Skip to content

Fixed batch action routes with pretty URLs #275

Fixed batch action routes with pretty URLs

Fixed batch action routes with pretty URLs #275

Triggered via push December 1, 2024 01:32
Status Failure
Total duration 57s
Artifacts
Static analysis
47s
Static analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Static analysis: src/DataFixtures/DepartmentFixture.php#L36
Call to an undefined method App\Entity\Department::setEmailHhv().
Static analysis: src/DataFixtures/DepartmentFixture.php#L37
Call to an undefined method App\Entity\Department::setEmailTreasurer().
Static analysis: src/DataFixtures/DepartmentFixture.php#L44
Method Doctrine\Common\DataFixtures\AbstractFixture::getReference() invoked with 1 parameter, 2 required.
Static analysis: src/DataFixtures/DepartmentFixture.php#L47
Call to an undefined method App\Entity\Department::setEmailHhv().
Static analysis: src/DataFixtures/DepartmentFixture.php#L48
Call to an undefined method App\Entity\Department::setEmailTreasurer().
Static analysis: src/DataFixtures/DepartmentFixture.php#L55
Method Doctrine\Common\DataFixtures\AbstractFixture::getReference() invoked with 1 parameter, 2 required.
Static analysis: src/DataFixtures/DepartmentFixture.php#L63
Method Doctrine\Common\DataFixtures\AbstractFixture::getReference() invoked with 1 parameter, 2 required.
Static analysis: src/DataFixtures/DepartmentFixture.php#L64
Call to an undefined method App\Entity\Department::setEmailHhv().
Static analysis: src/DataFixtures/PaymentOrderFixture.php#L25
Method Doctrine\Common\DataFixtures\AbstractFixture::getReference() invoked with 1 parameter, 2 required.
Static analysis: src/DataFixtures/PaymentOrderFixture.php#L28
Call to an undefined method App\Entity\PaymentOrder::setConfirm1Token().
Static analysis
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/