Skip to content

Commit 01b5312

Browse files
Phpstan Baseline: Cleanup references of removed php files
1 parent 279839d commit 01b5312

File tree

1 file changed

+0
-150
lines changed

1 file changed

+0
-150
lines changed

phpstan-baseline-standard.neon

Lines changed: 0 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -738,48 +738,6 @@ parameters:
738738
count: 1
739739
path: application/controllers/HostsController.php
740740

741-
-
742-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\MigrateController\:\:backendSupportAction\(\) has no return type specified\.$#'
743-
identifier: missingType.return
744-
count: 1
745-
path: application/controllers/MigrateController.php
746-
747-
-
748-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\MigrateController\:\:checkboxStateAction\(\) has no return type specified\.$#'
749-
identifier: missingType.return
750-
count: 1
751-
path: application/controllers/MigrateController.php
752-
753-
-
754-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\MigrateController\:\:checkboxSubmitAction\(\) has no return type specified\.$#'
755-
identifier: missingType.return
756-
count: 1
757-
path: application/controllers/MigrateController.php
758-
759-
-
760-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\MigrateController\:\:monitoringUrlAction\(\) has no return type specified\.$#'
761-
identifier: missingType.return
762-
count: 1
763-
path: application/controllers/MigrateController.php
764-
765-
-
766-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\MigrateController\:\:searchUrlAction\(\) has no return type specified\.$#'
767-
identifier: missingType.return
768-
count: 1
769-
path: application/controllers/MigrateController.php
770-
771-
-
772-
message: '#^Parameter \#1 \$url of static method Icinga\\Web\\Url\:\:fromPath\(\) expects string, mixed given\.$#'
773-
identifier: argument.type
774-
count: 2
775-
path: application/controllers/MigrateController.php
776-
777-
-
778-
message: '#^Parameter \#2 \$subject of function preg_match expects string, string\|false given\.$#'
779-
identifier: argument.type
780-
count: 3
781-
path: application/controllers/MigrateController.php
782-
783741
-
784742
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\NotificationsController\:\:completeAction\(\) has no return type specified\.$#'
785743
identifier: missingType.return
@@ -1218,90 +1176,6 @@ parameters:
12181176
count: 1
12191177
path: application/controllers/TacticalController.php
12201178

1221-
-
1222-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UserController\:\:indexAction\(\) has no return type specified\.$#'
1223-
identifier: missingType.return
1224-
count: 1
1225-
path: application/controllers/UserController.php
1226-
1227-
-
1228-
message: '#^Parameter \#1 \$title of method ipl\\Web\\Compat\\CompatController\:\:setTitle\(\) expects string, mixed given\.$#'
1229-
identifier: argument.type
1230-
count: 1
1231-
path: application/controllers/UserController.php
1232-
1233-
-
1234-
message: '#^Parameter \#2 \$value of static method ipl\\Stdlib\\Filter\:\:equal\(\) expects array\|bool\|float\|int\|string, mixed given\.$#'
1235-
identifier: argument.type
1236-
count: 1
1237-
path: application/controllers/UserController.php
1238-
1239-
-
1240-
message: '#^Property Icinga\\Module\\Icingadb\\Controllers\\UserController\:\:\$user \(Icinga\\Module\\Icingadb\\Model\\User\) does not accept ipl\\Orm\\Model\.$#'
1241-
identifier: assign.propertyType
1242-
count: 1
1243-
path: application/controllers/UserController.php
1244-
1245-
-
1246-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UsergroupController\:\:indexAction\(\) has no return type specified\.$#'
1247-
identifier: missingType.return
1248-
count: 1
1249-
path: application/controllers/UsergroupController.php
1250-
1251-
-
1252-
message: '#^Parameter \#1 \$title of method ipl\\Web\\Compat\\CompatController\:\:setTitle\(\) expects string, mixed given\.$#'
1253-
identifier: argument.type
1254-
count: 1
1255-
path: application/controllers/UsergroupController.php
1256-
1257-
-
1258-
message: '#^Parameter \#2 \$value of static method ipl\\Stdlib\\Filter\:\:equal\(\) expects array\|bool\|float\|int\|string, mixed given\.$#'
1259-
identifier: argument.type
1260-
count: 1
1261-
path: application/controllers/UsergroupController.php
1262-
1263-
-
1264-
message: '#^Property Icinga\\Module\\Icingadb\\Controllers\\UsergroupController\:\:\$usergroup \(Icinga\\Module\\Icingadb\\Model\\Usergroup\) does not accept ipl\\Orm\\Model\.$#'
1265-
identifier: assign.propertyType
1266-
count: 1
1267-
path: application/controllers/UsergroupController.php
1268-
1269-
-
1270-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UsergroupsController\:\:completeAction\(\) has no return type specified\.$#'
1271-
identifier: missingType.return
1272-
count: 1
1273-
path: application/controllers/UsergroupsController.php
1274-
1275-
-
1276-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UsergroupsController\:\:indexAction\(\) has no return type specified\.$#'
1277-
identifier: missingType.return
1278-
count: 1
1279-
path: application/controllers/UsergroupsController.php
1280-
1281-
-
1282-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UsergroupsController\:\:searchEditorAction\(\) has no return type specified\.$#'
1283-
identifier: missingType.return
1284-
count: 1
1285-
path: application/controllers/UsergroupsController.php
1286-
1287-
-
1288-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UsersController\:\:completeAction\(\) has no return type specified\.$#'
1289-
identifier: missingType.return
1290-
count: 1
1291-
path: application/controllers/UsersController.php
1292-
1293-
-
1294-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UsersController\:\:indexAction\(\) has no return type specified\.$#'
1295-
identifier: missingType.return
1296-
count: 1
1297-
path: application/controllers/UsersController.php
1298-
1299-
-
1300-
message: '#^Method Icinga\\Module\\Icingadb\\Controllers\\UsersController\:\:searchEditorAction\(\) has no return type specified\.$#'
1301-
identifier: missingType.return
1302-
count: 1
1303-
path: application/controllers/UsersController.php
1304-
13051179
-
13061180
message: '#^Method Icinga\\Module\\Icingadb\\Forms\\ApiTransportForm\:\:assemble\(\) has no return type specified\.$#'
13071181
identifier: missingType.return
@@ -1848,24 +1722,6 @@ parameters:
18481722
count: 1
18491723
path: application/forms/RedisConfigForm.php
18501724

1851-
-
1852-
message: '#^Call to an undefined method ipl\\Html\\Contract\\FormElement\:\:isChecked\(\)\.$#'
1853-
identifier: method.notFound
1854-
count: 1
1855-
path: application/forms/SetAsBackendForm.php
1856-
1857-
-
1858-
message: '#^Method Icinga\\Module\\Icingadb\\Forms\\SetAsBackendForm\:\:assemble\(\) has no return type specified\.$#'
1859-
identifier: missingType.return
1860-
count: 1
1861-
path: application/forms/SetAsBackendForm.php
1862-
1863-
-
1864-
message: '#^Method Icinga\\Module\\Icingadb\\Forms\\SetAsBackendForm\:\:onSuccess\(\) has no return type specified\.$#'
1865-
identifier: missingType.return
1866-
count: 1
1867-
path: application/forms/SetAsBackendForm.php
1868-
18691725
-
18701726
message: '#^Call to an undefined method ipl\\Stdlib\\Filter\\Rule\:\:getColumn\(\)\.$#'
18711727
identifier: method.notFound
@@ -3270,12 +3126,6 @@ parameters:
32703126
count: 2
32713127
path: library/Icingadb/Model/Behavior/Bitmask.php
32723128

3273-
-
3274-
message: '#^Cannot cast mixed to string\.$#'
3275-
identifier: cast.string
3276-
count: 1
3277-
path: library/Icingadb/Model/Behavior/BoolCast.php
3278-
32793129
-
32803130
message: '#^Call to an undefined method ipl\\Stdlib\\Filter\\Rule\:\:getColumn\(\)\.$#'
32813131
identifier: method.notFound

0 commit comments

Comments
 (0)