⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
dnc
/
@core
/
vendor
/
doctrine
/
instantiator
/
View File Name :
phpcs.xml.dist
<?xml version="1.0"?> <ruleset> <arg name="basepath" value="."/> <arg name="extensions" value="php"/> <arg name="parallel" value="80"/> <arg name="cache" value=".phpcs-cache"/> <arg name="colors"/> <!-- Ignore warnings, show progress of the run and show sniff names --> <arg value="nps"/> <file>src</file> <file>tests</file> <rule ref="Doctrine"> <exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/> <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint"/> <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingReturnTypeHint"/> <exclude name="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException"/> </rule> <!-- Disable the rules that will require PHP 7.4 --> <rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"> <properties> <property name="enableNativeTypeHint" value="false"/> </properties> </rule> <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"> <exclude-pattern>*/src/*</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"> <exclude-pattern>*/src/*</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming"> <exclude-pattern>tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming"> <exclude-pattern>src/Doctrine/Instantiator/Exception/UnexpectedValueException.php</exclude-pattern> <exclude-pattern>src/Doctrine/Instantiator/Exception/InvalidArgumentException.php</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming"> <exclude-pattern>src/Doctrine/Instantiator/Exception/ExceptionInterface.php</exclude-pattern> <exclude-pattern>src/Doctrine/Instantiator/InstantiatorInterface.php</exclude-pattern> </rule> </ruleset>