We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36d7f5 commit 6f26211Copy full SHA for 6f26211
packages/upgrade/src/Tempest3/WriteableRouteRector.php
@@ -38,6 +38,6 @@ public function refactor(Node $node): void
38
return;
39
}
40
41
- $node->flags = $node->flags & ~Modifiers::READONLY;
+ $node->flags &= ~Modifiers::READONLY;
42
43
0 commit comments