Fix #20532: Add missing return statements in CacheController::actionFlushSchema, FixtureController::actionUnload, HelpController::actionIndex and ServeController::actionIndex

This commit is contained in:
Maksim Spirkov
2025-09-30 02:17:34 +04:00
committed by GitHub
parent 848cd97849
commit dba9e4d76d
8 changed files with 15 additions and 50 deletions

View File

@ -1,30 +1,5 @@
parameters:
ignoreErrors:
-
message: "#^Method yii\\\\build\\\\controllers\\\\DevController\\:\\:linkFrameworkAndExtensions\\(\\) should return int but return statement is missing\\.$#"
count: 1
path: build/controllers/DevController.php
-
message: "#^Method yii\\\\console\\\\controllers\\\\CacheController\\:\\:actionFlushSchema\\(\\) should return int but return statement is missing\\.$#"
count: 1
path: framework/console/controllers/CacheController.php
-
message: "#^Method yii\\\\console\\\\controllers\\\\FixtureController\\:\\:actionUnload\\(\\) should return int but return statement is missing\\.$#"
count: 1
path: framework/console/controllers/FixtureController.php
-
message: "#^Method yii\\\\console\\\\controllers\\\\HelpController\\:\\:actionIndex\\(\\) should return int but return statement is missing\\.$#"
count: 1
path: framework/console/controllers/HelpController.php
-
message: "#^Method yii\\\\console\\\\controllers\\\\ServeController\\:\\:actionIndex\\(\\) should return int but return statement is missing\\.$#"
count: 1
path: framework/console/controllers/ServeController.php
-
message: "#^Variable \\$viaClass might not be defined\\.$#"
count: 5