mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
ignore not used part of ADOdb give PHP Fatal error: Cannot unset $this
This commit is contained in:
parent
c244e72017
commit
251d7d4887
@ -27,4 +27,6 @@ find ${@-.} -name '*.php' -exec php -l {} \; 2>&1 | \
|
||||
grep -v 'vendor/phpspec/prophecy' | \
|
||||
# phpFreeChat does not work with PHP7
|
||||
grep -v 'phpfreechat/phpfreechat/' | \
|
||||
# not used part of ADOdb give PHP Fatal error: Cannot unset $this
|
||||
grep -v 'adodb-xmlschema' | \
|
||||
perl -pe 'END { exit $status } $status=1 if /^(PHP Fatal|(PHP )?Parse error)/;' > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user