Skip to content

Commit 2da3413

Browse files
committed
Squiz/StaticThisUsage: add extra test
... for code in the sniff previously not covered by tests.
1 parent fe9e74b commit 2da3413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
class MyClass
3-
{
2+
abstract class MyClass {
3+
abstract public static function ignoreMe($a, $b);
44
public static function func1()
55
{
66
$value = 'hello';

0 commit comments

Comments
 (0)