Skip to content

Commit 9d1d153

Browse files
committed
Added missing test
1 parent 4155fe7 commit 9d1d153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Sniffs/TypeHints/data/propertyTypeHintEnabledNativeNoErrors.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
class Whatever
44
{
55

6+
use Anything {
7+
doSomething as public;
8+
}
9+
610
/**
711
* @phpcsSuppress SlevomatCodingStandard.TypeHints.PropertyTypeHint
812
*/

0 commit comments

Comments
 (0)