From 0bf50aa1e8fb935ea696715ad374f88d2cb2b466 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 24 Mar 2023 16:20:20 +0100 Subject: [PATCH] registration fixes --- Config/phpcs.xml | 1 + Config/phpstan.neon | 2 -- Helper/findMissingAdminTest.php | 2 +- Helper/findMissingNullModelTest.php | 4 ++-- Helper/inspectproject.sh | 4 ++-- Tools/langUsageInspector.php | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Config/phpcs.xml b/Config/phpcs.xml index 08f993b..76d7067 100755 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -24,6 +24,7 @@ */Routes/* */Tools/* */tests/* +*/Sandbox/* */vendor/* */OAuth2/* */Mail/* diff --git a/Config/phpstan.neon b/Config/phpstan.neon index d7d0872..c815ccb 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -55,8 +55,6 @@ parameters: - '#expects phpOMS\\Algorithm\\PathFinding\\JumpPointNode\|null, phpOMS\\Algorithm\\PathFinding\\Node\|null given#' - '#should return array but returns array