summaryrefslogtreecommitdiffstats
path: root/phan-autoload.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-16 11:52:35 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-16 11:52:35 +0100
commit82ecedbdeed0d15c836a0790723a312e76331ca1 (patch)
treedf6d1da9bd3737333ef52d94992621b495ce7ea1 /phan-autoload.patch
parent8c9e4ef4111316ac19596f084eaa9ecaab34c944 (diff)
phan: 0.9.1
Diffstat (limited to 'phan-autoload.patch')
-rw-r--r--phan-autoload.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/phan-autoload.patch b/phan-autoload.patch
index 4eb8753..d391ccb 100644
--- a/phan-autoload.patch
+++ b/phan-autoload.patch
@@ -21,7 +21,7 @@ diff -up ./src/codebase.php.rpm ./src/codebase.php
diff -up ./src/Phan/Bootstrap.php.rpm ./src/Phan/Bootstrap.php
--- ./src/Phan/Bootstrap.php.rpm 2016-11-24 16:12:00.366054438 +0100
+++ ./src/Phan/Bootstrap.php 2016-11-24 16:16:28.316479122 +0100
-@@ -11,16 +11,8 @@ ini_set("memory_limit", '-1');
+@@ -10,16 +10,8 @@ ini_set("memory_limit", '-1');
define('CLASS_DIR', __DIR__ . '/../');
set_include_path(get_include_path().PATH_SEPARATOR.CLASS_DIR);
@@ -75,9 +75,9 @@ diff -up ./src/prep.php.rpm ./src/prep.php
use Phan\CLI;
use Phan\Prep;
diff -up ./src/requirements.php.rpm ./src/requirements.php
---- ./src/requirements.php.rpm 2016-11-24 16:15:45.623252123 +0100
-+++ ./src/requirements.php 2016-11-24 16:16:13.253399032 +0100
-@@ -11,7 +11,7 @@ assert(
+--- ./src/requirements.php.rpm 2017-03-16 11:48:32.604583610 +0100
++++ ./src/requirements.php 2017-03-16 11:48:37.237605505 +0100
+@@ -11,6 +11,6 @@ assert(
);
assert(
@@ -85,4 +85,3 @@ diff -up ./src/requirements.php.rpm ./src/requirements.php
+ file_exists(__DIR__ . '/autoload.php'),
'Autoloader not found. Make sure you run `composer install` before running Phan. See https://github.com/etsy/phan#getting-it-running for more details.'
);
-