Pass workspace value via workflow #97
static-analysis.yml
on: push
phpstan
22s
php-cs-fixer
4s
Annotations
6 errors
|
php-cs-fixer
Failed to load /home/runner/work/php-testbench/php-testbench/./.github/actions/php-cs-fixer/action.yml
|
|
php-cs-fixer
/home/runner/work/php-testbench/php-testbench/./.github/actions/php-cs-fixer/action.yml (Line: 20, Col: 14): Unrecognized named-value: 'github'. Located at position 1 within expression: github.workspace
|
|
phpstan
Process completed with exit code 1.
|
|
phpstan:
src/PHPUnit/DataProviders/EnumCase.php#L80
Generator expects value type array<Craftzing\TestBench\PHPUnit\DataProviders\EnumCase<TValue of UnitEnum>>, array{Craftzing\TestBench\PHPUnit\DataProviders\EnumCase<UnitEnum>} given.
|
|
phpstan:
src/Factories/InstanceFactory.php#L24
PHPDoc tag `@return` with type TClass is not subtype of native type object.
|
|
phpstan:
src/Factories/ImmutableFactory.php#L57
PHPDoc tag `@return` with type TClass is not subtype of native type object.
|