Ran phpstan analyze --autoload-file=src/__phutil_library_init__.php -c phpstan.neon -l 1 src/ with phpstan.neon containing:
parameters: excludes_analyse: - */__tests__/*
Differential D17364
Fix errors found by PHPStan vrana on Feb 16 2017, 12:17 PM. Authored by Tags None Referenced Files
Subscribers
Details
Ran phpstan analyze --autoload-file=src/__phutil_library_init__.php -c phpstan.neon -l 1 src/ with phpstan.neon containing: parameters: excludes_analyse: - */__tests__/*
Diff Detail
Event TimelineComment Actions Are you on PHP7? I think the test failure might be PHP7 specific since we don't see it on the server-side tests (which run on PHP5). The root issue behind that test failure is T10929.
Comment Actions Yes, I'm on PHP 7, PHPStan requires it.
|