This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
chore: add Dependabot config #10
ci.yaml
on: pull_request
security
/
Snyk PHP Scan
27s
static-analysis
/
PHPStan - 7.4
44s
static-analysis
/
PHP-CodeSniffer - 7.4
38s
static-analysis
/
Psalm - 7.4
44s
Matrix: tests / tests
Annotations
22 errors and 2 warnings
tests / PHP test 7.4
Process completed with exit code 1.
|
static-analysis / PHP-CodeSniffer - 7.4
Process completed with exit code 2.
|
TooFewArguments:
module/Admin/src/Controller/CompaniesHouseAlertController.php#L109
module/Admin/src/Controller/CompaniesHouseAlertController.php:109:20: TooFewArguments: Too few arguments for confirm - expecting customCancelBtn to be passed (see https://psalm.dev/025)
|
TooFewArguments:
module/Admin/src/Controller/CompaniesHouseAlertController.php#L109
module/Admin/src/Controller/CompaniesHouseAlertController.php:109:20: TooFewArguments: Too few arguments for confirm - expecting customConfirmBtn to be passed (see https://psalm.dev/025)
|
TooFewArguments:
module/Admin/src/Controller/CompaniesHouseAlertController.php#L109
module/Admin/src/Controller/CompaniesHouseAlertController.php:109:20: TooFewArguments: Too few arguments for confirm - expecting custom to be passed (see https://psalm.dev/025)
|
TooFewArguments:
module/Admin/src/Controller/CompaniesHouseAlertController.php#L109
module/Admin/src/Controller/CompaniesHouseAlertController.php:109:20: TooFewArguments: Too few arguments for confirm - expecting setTerminal to be passed (see https://psalm.dev/025)
|
UndefinedVariable:
module/Admin/src/Controller/DataRetention/ExportController.php#L90
module/Admin/src/Controller/DataRetention/ExportController.php:90:24: UndefinedVariable: Cannot find referenced variable $flashMessengerHelperService (see https://psalm.dev/024)
|
UndefinedVariable:
module/Admin/src/Controller/DataRetention/ExportController.php#L92
module/Admin/src/Controller/DataRetention/ExportController.php:92:24: UndefinedVariable: Cannot find referenced variable $flashMessengerHelperService (see https://psalm.dev/024)
|
UndefinedFunction:
module/Admin/src/Controller/DiscPrintingController.php#L78
module/Admin/src/Controller/DiscPrintingController.php:78:36: UndefinedFunction: Function processForm does not exist (see https://psalm.dev/021)
|
UndefinedDocblockClass:
module/Admin/src/Controller/TaskAllocationRulesController.php#L193
module/Admin/src/Controller/TaskAllocationRulesController.php:193:15: UndefinedDocblockClass: Docblock-defined class, interface or enum named Admin\Controller\Form does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
module/Admin/src/Controller/TaskAllocationRulesController.php#L195
module/Admin/src/Controller/TaskAllocationRulesController.php:195:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named Admin\Controller\Form does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
module/Admin/src/Controller/TaskAllocationRulesController.php#L276
module/Admin/src/Controller/TaskAllocationRulesController.php:276:15: UndefinedDocblockClass: Docblock-defined class, interface or enum named Admin\Controller\Form does not exist (see https://psalm.dev/200)
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Controller/CompaniesHouseAlertController.php#L109
Method Olcs\Controller\AbstractInternalController::confirm() invoked with 1 parameter, 5 required.
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Controller/DataRetention/ExportController.php#L90
Undefined variable: $flashMessengerHelperService
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Controller/DataRetention/ExportController.php#L92
Undefined variable: $flashMessengerHelperService
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Table/Tables/admin-cpid-classification.table.php#L34
Undefined variable: $this
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Table/Tables/admin-document-templates.table.php#L42
Undefined variable: $this
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Table/Tables/admin-document-templates.table.php#L78
Undefined variable: $this
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Table/Tables/admin-editable-translations.table.php#L54
Undefined variable: $this
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Table/Tables/admin-editable-translations.table.php#L65
Undefined variable: $this
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Table/Tables/admin-exported-reports.table.php#L26
Undefined variable: $this
|
static-analysis / PHPStan - 7.4:
module/Admin/src/Table/Tables/admin-exported-reports.table.php#L45
Undefined variable: $this
|
static-analysis / PHP-CodeSniffer - 7.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
static-analysis / Psalm - 7.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|