Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 042a700

Browse files
committed
Close enough with the build...
1 parent 0cbb1f3 commit 042a700

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/SyntaxChecker.test.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ function read_dir($dir, $ext = null)
3838
/**
3939
* @todo Make the exclusions much cleaner
4040
*/
41-
if (strpos($file, '/vendor/composer') === false
42-
&& strpos($file, '/vendor/symfony') === false
43-
&& strpos($file, '/vendor/doctrine') === false
41+
if (strpos($file, '/vendor/') === false
4442
&& strpos($file, '/bin/stubs') === false
4543
) {
4644
exec('php -l "' . $file . '"', $output, $status);

0 commit comments

Comments
 (0)