phpstan: Streamline vendor file location with local dev-env #255
Annotations
5 errors and 1 warning
PHPStan:
src/Connection.php#L1
Ignored error pattern #^Parameter \#1 \$mode of method PDOStatement\:\:setFetchMode\(\) expects int, mixed given\.$# in path /home/runner/work/ipl-sql/ipl-sql/src/Connection.php was not matched in reported errors.
|
PHPStan:
src/Connection.php#L1
Ignored error pattern #^Parameter \#2 \$className of method PDOStatement\:\:setFetchMode\(\) expects int\|object\|string, mixed given\.$# in path /home/runner/work/ipl-sql/ipl-sql/src/Connection.php was not matched in reported errors.
|
PHPStan:
src/Connection.php#L1
Ignored error pattern #^Parameter \#2 \$values of method ipl\\Sql\\Connection\:\:prepexec\(\) expects array\|string\|null, mixed given\.$# in path /home/runner/work/ipl-sql/ipl-sql/src/Connection.php was not matched in reported errors.
|
PHPStan:
src/Connection.php#L1
Ignored error pattern #^Parameter \#2 \$values of method ipl\\Sql\\Connection\:\:yieldPairs\(\) expects array\|null, mixed given\.$# in path /home/runner/work/ipl-sql/ipl-sql/src/Connection.php was not matched in reported errors.
|
PHPStan
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading