Skip to content

Commit 9011b81

Browse files
Fix
1 parent 4c3fb65 commit 9011b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)