From 82ecedbdeed0d15c836a0790723a312e76331ca1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Mar 2017 11:52:35 +0100 Subject: phan: 0.9.1 --- phan-autoload.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'phan-autoload.patch') 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.' ); - -- cgit