feat: ClassMapGenerator::scanPaths can exclude specific dirs #23
Annotations
7 errors and 4 warnings
PHPStan (7.2):
src/PhpFileParser.php#L121
Call to function array_filter() requires parameter #2 to be passed to avoid loose comparison semantics.
|
PHPStan (7.2):
tests/ClassMapGeneratorTest.php#L250
Parameter #5 $excludedDirs of method Composer\ClassMapGenerator\ClassMapGenerator::scanPaths() expects array<string>, string given.
|
PHPStan (7.2)
Process completed with exit code 1.
|
PHPStan (8.1)
The job was canceled because "_7_2" failed.
|
PHPStan (8.1):
src/PhpFileParser.php#L121
Call to function array_filter() requires parameter #2 to be passed to avoid loose comparison semantics.
|
PHPStan (8.1):
tests/ClassMapGeneratorTest.php#L250
Parameter #5 $excludedDirs of method Composer\ClassMapGenerator\ClassMapGenerator::scanPaths() expects array<string>, string given.
|
PHPStan (8.1)
The operation was canceled.
|
PHPStan (7.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan (7.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHPStan (7.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHPStan (8.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|