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 44 <exclude name =" Squiz.Functions.GlobalFunction.Found" />
55 </rule >
66 <rule ref =" vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml" >
7- <exclude name =" SlevomatCodingStandard.Classes.ClassConstantVisibility.MissingConstantVisibility" />
87 <exclude name =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" />
98 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
109 <exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces" />
3231 @dataProvider,
3332 @requires
3433 " />
35- <property name =" enableNullableTypeHints" type =" false" />
36- <property name =" enableVoidTypeHint" type =" false" />
3734 </properties >
3835 </rule >
3936</ruleset >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function testHasProperty(
4646 bool $ expectedHas ,
4747 string $ className ,
4848 string $ propertyName
49- )
49+ ): void
5050 {
5151 $ broker = $ this ->createBroker ();
5252 $ classReflection = $ broker ->getClass ($ className );
You can’t perform that action at this time.
0 commit comments