Skip to content

Commit 6d289d3

Browse files
committed
Fix deprecation in WrapTypesInAssertedTypes inspection
1 parent 15d2fb7 commit 6d289d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assertion/WrapTypesInAssertedTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function leaveNode(Node $node, Environment $env): ?Node
3131
return $node;
3232
}
3333

34-
public function getPriority()
34+
public function getPriority(): int
3535
{
3636
return 0;
3737
}

0 commit comments

Comments
 (0)