Skip to content

Commit 47193ef

Browse files
Update tests/rules/classes/not-allowed/FullyQualifiedSniffImplements.php
Co-authored-by: Michel Hartmann <[email protected]>
1 parent 9e84198 commit 47193ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rules/classes/not-allowed/FullyQualifiedSniffImplements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace flyeralarm\Test;
66

7-
class FullyQualifiedSniffExtends implements \IteratorAggregate
7+
class FullyQualifiedSniffImplements implements \IteratorAggregate
88
{
99
public function getIterator()
1010
{

0 commit comments

Comments
 (0)