Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.141.199.214
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
vendor /
doctrine /
instantiator /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2020-11-10 18:47
docs
[ DIR ]
drwxr-xr-x
2020-11-10 18:47
src
[ DIR ]
drwxr-xr-x
2020-11-10 18:47
.doctrine-project.json
900
B
-rw-r--r--
2020-11-10 18:47
CONTRIBUTING.md
1.01
KB
-rw-r--r--
2020-11-10 18:47
LICENSE
1.04
KB
-rw-r--r--
2020-11-10 18:47
README.md
1.56
KB
-rw-r--r--
2020-11-10 18:47
composer.json
1.35
KB
-rw-r--r--
2020-11-10 18:47
phpbench.json
101
B
-rw-r--r--
2020-11-10 18:47
phpcs.xml.dist
2.09
KB
-rw-r--r--
2020-11-10 18:47
phpstan.neon.dist
413
B
-rw-r--r--
2020-11-10 18:47
Save
Rename
<?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>