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

Commit c04dee8

Browse files
committed
Fixed failed build due to a 3rd party vendor
1 parent 7ace993 commit c04dee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SyntaxChecker.test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function read_dir($dir, $ext = null)
4141
if (strpos($file, '/vendor/composer') === false
4242
&& strpos($file, '/vendor/symfony') === false
4343
&& strpos($file, '/vendor/doctrine') === false
44+
&& strpos($file, '/vendor/paragonie/random_compat') === false //random_int() patch
4445
&& strpos($file, '/bin/stubs') === false
4546
) {
4647
exec('php -l "' . $file . '"', $output, $status);

0 commit comments

Comments
 (0)