Skip to content

Commit 7780881

Browse files
Fix
1 parent d3a9187 commit 7780881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Pure/data/pure-method.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function doFoo()
157157

158158
}
159159

160-
final class ToBeExtended
160+
class ToBeExtended
161161
{
162162

163163
/** @phpstan-pure */

0 commit comments

Comments
 (0)