diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-16 16:01:25 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-16 16:23:55 +0200 |
commit | 17bd2fb268147f7285bd9ec68bef659687407d89 (patch) | |
tree | 967a67a324ab4f580488e3c9cfb162e1ab844ea4 /build | |
parent | 7a05cf300c6b3d4bdfff1bb61aa39822ff88fb8b (diff) | |
download | nextcloud-server-17bd2fb268147f7285bd9ec68bef659687407d89.tar.gz nextcloud-server-17bd2fb268147f7285bd9ec68bef659687407d89.zip |
Phan is moved to a new repo
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r-- | build/.phan/plugin-checker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/.phan/plugin-checker.php b/build/.phan/plugin-checker.php index 681904264f6..92eb3496ed5 100644 --- a/build/.phan/plugin-checker.php +++ b/build/.phan/plugin-checker.php @@ -34,7 +34,7 @@ build/.phan/tests/SqlInjectionCheckerTest.php:70 SqlInjectionChecker Potential S EOT; -$result = shell_exec('php '. __DIR__ . '/../../lib/composer/etsy/phan/phan -k build/.phan/config.php --include-analysis-file-list build/.phan/tests/* --directory build/.phan/tests/'); +$result = shell_exec('php '. __DIR__ . '/../../lib/composer/phan/phan/phan -k build/.phan/config.php --include-analysis-file-list build/.phan/tests/* --directory build/.phan/tests/'); if($result !== $expected) { echo("Output of phan doesn't match expectation\n"); |