fix: PHPCS coding standard fixes (4101 → 430 errors) #2
code-quality.yml
on: pull_request
Frontend Quality
1m 24s
Matrix: php-checks
Annotations
29 errors and 7 warnings
|
PHPUnit
Process completed with exit code 2.
|
|
PHPMD
Process completed with exit code 3.
|
|
PHPCS
Process completed with exit code 2.
|
|
UndefinedThisPropertyFetch:
lib/Service/ArchiMateExportService.php#L1241
lib/Service/ArchiMateExportService.php:1241:46: UndefinedThisPropertyFetch: Instance property OCA\SoftwareCatalog\Service\ArchiMateExportService::$isLis is not defined (see https://psalm.dev/041)
|
|
UndefinedFunction:
lib/Service/ArchiMateExportService.php#L1214
lib/Service/ArchiMateExportService.php:1214:64: UndefinedFunction: Function OCA\SoftwareCatalog\Service\falset does not exist (see https://psalm.dev/021)
|
|
UndefinedThisPropertyFetch:
lib/Service/ArchiMateExportService.php#L1214
lib/Service/ArchiMateExportService.php:1214:47: UndefinedThisPropertyFetch: Instance property OCA\SoftwareCatalog\Service\ArchiMateExportService::$isLis is not defined (see https://psalm.dev/041)
|
|
UndefinedFunction:
lib/Service/ArchiMateExportService.php#L1185
lib/Service/ArchiMateExportService.php:1185:34: UndefinedFunction: Function OCA\SoftwareCatalog\Service\falset does not exist (see https://psalm.dev/021)
|
|
UndefinedThisPropertyFetch:
lib/Service/ArchiMateExportService.php#L1185
lib/Service/ArchiMateExportService.php:1185:17: UndefinedThisPropertyFetch: Instance property OCA\SoftwareCatalog\Service\ArchiMateExportService::$isLis is not defined (see https://psalm.dev/041)
|
|
UndefinedFunction:
lib/Service/ArchiMateExportService.php#L1072
lib/Service/ArchiMateExportService.php:1072:34: UndefinedFunction: Function OCA\SoftwareCatalog\Service\falset does not exist (see https://psalm.dev/021)
|
|
UndefinedThisPropertyFetch:
lib/Service/ArchiMateExportService.php#L1072
lib/Service/ArchiMateExportService.php:1072:17: UndefinedThisPropertyFetch: Instance property OCA\SoftwareCatalog\Service\ArchiMateExportService::$isLis is not defined (see https://psalm.dev/041)
|
|
UndefinedFunction:
lib/Service/ArchiMateExportService.php#L1057
lib/Service/ArchiMateExportService.php:1057:34: UndefinedFunction: Function OCA\SoftwareCatalog\Service\falset does not exist (see https://psalm.dev/021)
|
|
UndefinedThisPropertyFetch:
lib/Service/ArchiMateExportService.php#L1057
lib/Service/ArchiMateExportService.php:1057:17: UndefinedThisPropertyFetch: Instance property OCA\SoftwareCatalog\Service\ArchiMateExportService::$isLis is not defined (see https://psalm.dev/041)
|
|
InvalidArgument:
lib/Service/ArchiMateExportService.php#L246
lib/Service/ArchiMateExportService.php:246:23: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
|
|
PHPStan:
lib/AppInfo/Application.php#L110
Call to method registerService() on an unknown class OCP\AppFramework\Bootstrap\IRegistrationContext.
|
|
PHPStan:
lib/AppInfo/Application.php#L104
Class OCP\App\IAppManager not found.
|
|
PHPStan:
lib/AppInfo/Application.php#L102
Class OCP\IUserManager not found.
|
|
PHPStan:
lib/AppInfo/Application.php#L101
Class OCP\IGroupManager not found.
|
|
PHPStan:
lib/AppInfo/Application.php#L97
Call to method registerService() on an unknown class OCP\AppFramework\Bootstrap\IRegistrationContext.
|
|
PHPStan:
lib/AppInfo/Application.php#L92
Parameter $context of method OCA\SoftwareCatalog\AppInfo\Application::register() has invalid type OCP\AppFramework\Bootstrap\IRegistrationContext.
|
|
PHPStan:
lib/AppInfo/Application.php#L92
Parameter $context of method OCA\SoftwareCatalog\AppInfo\Application::register() has invalid type OCP\AppFramework\Bootstrap\IRegistrationContext.
|
|
PHPStan:
lib/AppInfo/Application.php#L82
OCA\SoftwareCatalog\AppInfo\Application::__construct() calls parent::__construct() but OCA\SoftwareCatalog\AppInfo\Application does not extend any class.
|
|
PHPStan:
lib/AppInfo/Application.php#L70
Class OCA\SoftwareCatalog\AppInfo\Application implements unknown interface OCP\AppFramework\Bootstrap\IBootstrap.
|
|
PHPStan:
lib/AppInfo/Application.php#L70
Class OCA\SoftwareCatalog\AppInfo\Application extends unknown class OCP\AppFramework\App.
|
|
Frontend Quality
Process completed with exit code 1.
|
|
Frontend Quality:
src/views/organisaties/OrganisatieIndex.vue#L76
'Delete' is defined but never used
|
|
Frontend Quality:
src/views/organisaties/OrganisatieIndex.vue#L70
Unable to resolve path to module '@conduction/nextcloud-vue'
|
|
Frontend Quality:
src/store/plugins/softwarecatalogPlugin.js#L14
Unable to resolve path to module '@conduction/nextcloud-vue'
|
|
Frontend Quality:
src/store/modules/object.js#L18
Unable to resolve path to module '@conduction/nextcloud-vue'
|
|
Frontend Quality:
src/App.vue#L26
Unable to resolve path to module '@conduction/nextcloud-vue'
|
|
Frontend Quality:
src/views/organisaties/OrganisatieIndex.vue#L423
Missing JSDoc @PARAM "limit" declaration
|
|
Frontend Quality:
src/views/organisaties/OrganisatieIndex.vue#L423
Missing JSDoc @PARAM "page" declaration
|
|
Frontend Quality:
src/store/plugins/softwarecatalogPlugin.js#L872
Defaults are not permitted on @PARAM
|
|
Frontend Quality:
src/store/plugins/softwarecatalogPlugin.js#L781
Defaults are not permitted on @PARAM
|
|
Frontend Quality:
src/store/plugins/softwarecatalogPlugin.js#L780
Defaults are not permitted on @PARAM
|
|
Frontend Quality:
src/store/plugins/softwarecatalogPlugin.js#L32
Defaults are not permitted on @PARAM
|
|
Frontend Quality:
src/modals/Modals.vue#L74
The "setup" property should be above the "computed" property on line 59
|