Skip to content

workflow fixes and static analysis update for php 8.1 #99

workflow fixes and static analysis update for php 8.1

workflow fixes and static analysis update for php 8.1 #99

Triggered via push July 11, 2024 18:28
Status Failure
Total duration 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Tests: src/Pipit/Classes/Data/DBInstance.php#L44
Parameter #1 $dsn of class PDO constructor expects string, mixed given.
Tests: src/Pipit/Classes/Data/DBInstance.php#L44
Parameter #2 $username of class PDO constructor expects string|null, mixed given.
Tests: src/Pipit/Classes/Data/DBInstance.php#L44
Parameter #3 $password of class PDO constructor expects string|null, mixed given.
Tests: src/Pipit/Classes/Data/UserSAML.php#L13
Property Pipit\Classes\Data\UserSAML::$settings has no type specified.
Tests: src/Pipit/Classes/Data/UserSAML.php#L36
Method Pipit\Classes\Data\UserSAML::processLogIn() invoked with 1 parameter, 0 required.
Tests: src/Pipit/Classes/Data/UserSAML.php#L44
Method Pipit\Classes\Data\UserSAML::checkSettings() has no return type specified.
Tests: src/Pipit/Classes/Data/UserSAML.php#L56
Method Pipit\Classes\Data\UserSAML::loadSettings() has no return type specified.
Tests: src/Pipit/Classes/Data/UserSAML.php#L71
Variable $settings might not be defined.
Tests: src/Pipit/Classes/Data/UserSAML.php#L78
Method Pipit\Classes\Data\UserSAML::processLogIn() has no return type specified.
Tests: src/Pipit/Classes/Data/UserSAML.php#L116
PHPDoc tag @param references unknown parameter: $usersRepo
Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/