Skip to content

Commit 7b6e0b5

Browse files
Slamdunkmvorisek
authored andcommitted
Revert unnecessary cast
1 parent 478cdfb commit 7b6e0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_files/source_with_multiline_constant_return.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ public function unaryLogicalNotWithNotConstInTheMiddle(): bool
396396
public function unaryMinusWithNotConstInTheMiddle(): float
397397
{
398398
return -
399-
(int) (
399+
(
400400
''
401401
.
402402
phpversion()

0 commit comments

Comments
 (0)