This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
tests/Reflection/PHPParser Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
<exclude name =" Squiz.Functions.GlobalFunction.Found" />
5
5
</rule >
6
6
<rule ref =" vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml" >
7
- <exclude name =" SlevomatCodingStandard.Classes.ClassConstantVisibility.MissingConstantVisibility" />
8
7
<exclude name =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" />
9
8
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
10
9
<exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces" />
32
31
@dataProvider,
33
32
@requires
34
33
" />
35
- <property name =" enableNullableTypeHints" type =" false" />
36
- <property name =" enableVoidTypeHint" type =" false" />
37
34
</properties >
38
35
</rule >
39
36
</ruleset >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function testHasProperty(
46
46
bool $ expectedHas ,
47
47
string $ className ,
48
48
string $ propertyName
49
- )
49
+ ): void
50
50
{
51
51
$ broker = $ this ->createBroker ();
52
52
$ classReflection = $ broker ->getClass ($ className );
You can’t perform that action at this time.
0 commit comments