mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fix some php8+ issues
This commit is contained in:
+1
-4
@@ -10,13 +10,10 @@
|
||||
|
||||
<!-- Set the minimum PHP version for PHPCompatibility.
|
||||
This should be kept in sync with the requirements in the composer.json file. -->
|
||||
<config name="testVersion" value="7.2-"/>
|
||||
<config name="testVersion" value="7.4-"/>
|
||||
|
||||
<rule ref="phpDocumentor">
|
||||
<exclude name="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException" />
|
||||
|
||||
<!-- Property type declarations are a PHP 7.4 feature. -->
|
||||
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint"/>
|
||||
</rule>
|
||||
|
||||
<rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix">
|
||||
|
||||
Reference in New Issue
Block a user