Skip to content

Commit b09e90c

Browse files
committed
minor #17480 Static code analysis (Koc)
This PR was merged into the 2.3 branch. Discussion ---------- Static code analysis | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Things that done: * fix case in method calls * removed unused imports * use shorter concat where it possible * optimize some css * removed duplicated array keys * removed redurant return statements * removed one-time variables * do not pass arguments that not used in functions Commits ------- 8db691a Static code analysis
2 parents 7269f74 + 965ea10 commit b09e90c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/InlineTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ protected function getTestsForDump()
255255
'12.30e+02' => 12.30e+02,
256256
'1234' => 0x4D2,
257257
'1243' => 02333,
258-
'.Inf' => -log(0),
259258
'-.Inf' => log(0),
260259
"'686e444'" => '686e444',
261260
'.Inf' => 646e444,

0 commit comments

Comments
 (0)