You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PHPStan issues for /src/Twig/TwigExtension.php
All bundled in one commit to not flood the history, all of these should
be trivial on itself but help PHPStan to detect more issues.
Also fixed an issue for the DOMjudge service as we return the outcome
from there.
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -565,11 +565,6 @@ parameters:
565
565
count:1
566
566
path:webapp/src/Service/DOMJudgeService.php
567
567
568
-
-
569
-
message:"#^Method App\\\\Service\\\\DOMJudgeService\\:\\:getAssetFiles\\(\\) return type has no value type specified in iterable type array\\.$#"
570
-
count:1
571
-
path:webapp/src/Service/DOMJudgeService.php
572
-
573
568
-
574
569
message:"#^Method App\\\\Service\\\\DOMJudgeService\\:\\:getContestStats\\(\\) return type has no value type specified in iterable type array\\.$#"
575
570
count:1
@@ -999,33 +994,3 @@ parameters:
999
994
message:"#^Method App\\\\Service\\\\SubmissionService\\:\\:getSubmissionList\\(\\) return type has no value type specified in iterable type array\\.$#"
1000
995
count:1
1001
996
path:webapp/src/Service/SubmissionService.php
1002
-
1003
-
-
1004
-
message:"#^Method App\\\\Twig\\\\TwigExtension\\:\\:customAssetFiles\\(\\) return type has no value type specified in iterable type array\\.$#"
1005
-
count:1
1006
-
path:webapp/src/Twig/TwigExtension.php
1007
-
1008
-
-
1009
-
message:"#^Method App\\\\Twig\\\\TwigExtension\\:\\:displayTestcaseResults\\(\\) has parameter \\$testcases with no value type specified in iterable type array\\.$#"
1010
-
count:1
1011
-
path:webapp/src/Twig/TwigExtension.php
1012
-
1013
-
-
1014
-
message:"#^Method App\\\\Twig\\\\TwigExtension\\:\\:getCommonPrefix\\(\\) has parameter \\$strings with no value type specified in iterable type array\\.$#"
1015
-
count:1
1016
-
path:webapp/src/Twig/TwigExtension.php
1017
-
1018
-
-
1019
-
message:"#^Method App\\\\Twig\\\\TwigExtension\\:\\:numTableActions\\(\\) has parameter \\$tableData with no value type specified in iterable type array\\.$#"
1020
-
count:1
1021
-
path:webapp/src/Twig/TwigExtension.php
1022
-
1023
-
-
1024
-
message:"#^Method App\\\\Twig\\\\TwigExtension\\:\\:printHosts\\(\\) has parameter \\$hostnames with no value type specified in iterable type array\\.$#"
1025
-
count:1
1026
-
path:webapp/src/Twig/TwigExtension.php
1027
-
1028
-
-
1029
-
message:"#^Method App\\\\Twig\\\\TwigExtension\\:\\:runDiff\\(\\) has parameter \\$runOutput with no value type specified in iterable type array\\.$#"
0 commit comments