⚝
One Hat Cyber Team
⚝
Your IP:
160.79.110.43
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
public_html
/
vendor
/
moneyphp
/
money
/
View File Name :
phpcs.xml.dist
<?xml version="1.0"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd" > <arg name="basepath" value="."/> <arg name="extensions" value="php"/> <arg name="parallel" value="80"/> <arg name="colors"/> <!-- Ignore warnings and show progress of the run --> <arg value="np"/> <!-- spec files do not seem to follow reasonable rules around the type system, and therefore should be ignored from CS --> <!--<file>./spec</file>--> <file>./src</file> <file>./static-analysis</file> <file>./tests</file> <rule ref="Doctrine"> <!-- some variables and method names are not compliant with CS naming patterns --> <exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/> <exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/> <!-- renaming exceptions in this library is too big of a BC break for no real benefit --> <exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix"/> <!-- language-level non-strict comparison is (consciously) used in the codebase for performance reasons --> <exclude name="SlevomatCodingStandard.Operators.DisallowEqualOperators.DisallowedEqualOperator"/> <exclude name="SlevomatCodingStandard.Operators.DisallowEqualOperators.DisallowedNotEqualOperator"/> <!-- We do not want trailing commas --> <exclude name="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/> <exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall"/> <exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInClosureUse"/> <exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration"/> <exclude name="SlevomatCodingStandard.Arrays.TrailingArrayComma"/> </rule> </ruleset>