diff options
Diffstat (limited to 'php-doctrine-orm-bin.patch')
-rw-r--r-- | php-doctrine-orm-bin.patch | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-doctrine-orm-bin.patch b/php-doctrine-orm-bin.patch index 08c7645..4b6ffa5 100644 --- a/php-doctrine-orm-bin.patch +++ b/php-doctrine-orm-bin.patch @@ -7,19 +7,22 @@ index 842c5493f..e1ccb7506 100755 <?php /* * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -@@ -20,14 +21,7 @@ +@@ -20,17 +21,7 @@ use Symfony\Component\Console\Helper\HelperSet; use Doctrine\ORM\Tools\Console\ConsoleRunner; --$autoloadFiles = array(__DIR__ . '/../vendor/autoload.php', -- __DIR__ . '/../../../autoload.php'); +-$autoloadFiles = [ +- __DIR__ . '/../vendor/autoload.php', +- __DIR__ . '/../../../autoload.php' +-]; - -foreach ($autoloadFiles as $autoloadFile) { - if (file_exists($autoloadFile)) { - require_once $autoloadFile; +- break; - } -} +require_once '__PHPDIR__/Doctrine/ORM/autoload.php'; - $directories = array(getcwd(), getcwd() . DIRECTORY_SEPARATOR . 'config'); + $directories = [getcwd(), getcwd() . DIRECTORY_SEPARATOR . 'config']; |