Skip to content

Commit a667cc7

Browse files
authored
1 parent 2e0cde6 commit a667cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp72/NodeManipulator/BitwiseFlagCleaner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __construct(
1818
) {
1919
}
2020

21-
public function cleanFuncCall(FuncCall $funcCall, BitwiseOr $bitwiseOr, string $flag, Expr $expr = null): void
21+
public function cleanFuncCall(FuncCall $funcCall, BitwiseOr $bitwiseOr, string $flag, ?Expr $expr = null): void
2222
{
2323
if ($bitwiseOr->left instanceof BitwiseOr) {
2424
/** @var BitwiseOr $leftLeft */

0 commit comments

Comments
 (0)