mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Remove 5.3 build & debug info
This commit is contained in:
@@ -17,9 +17,3 @@ $loader = include realpath(dirname(__FILE__) . '/../vendor/autoload.php');
|
||||
|
||||
$loader->add("Doctrine\Tests\DBAL", __DIR__."/../vendor/doctrine/dbal/tests");
|
||||
$loader->addPsr4('Rhumsaa\\Uuid\\', __DIR__);
|
||||
|
||||
register_shutdown_function(function() {
|
||||
if ($error = error_get_last()) {
|
||||
var_dump($error);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user