HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //www/备份的/www.ankua.asia/pint.json
{
    "preset": "laravel",
    "rules": {
        "braces": false,
        "array_syntax": {
            "syntax": "short"
        },
        "ordered_imports": true,
        "no_useless_else": true,
        "no_useless_return": true,
        "self_accessor": true,
        "php_unit_construct": true,
        "single_quote": true,
        "no_unused_imports": true,
        "no_singleline_whitespace_before_semicolons": true,
        "no_empty_statement": true,
        "no_whitespace_in_blank_line": true,
        "combine_consecutive_unsets": true,
        "concat_space": {
            "spacing": "one"
        },
        "array_indentation": true,
        "no_superfluous_phpdoc_tags": false,
        "blank_line_before_statement": {
            "statements": ["break", "continue", "declare", "return", "throw", "try"]
        },
        "binary_operator_spaces": {
            "default": "align_single_space"
        },
        "lowercase_cast": false,
        "constant_case": {
            "case": "lower"
        },
        "lowercase_static_reference": true,
        "no_blank_lines_after_class_opening": true,
        "phpdoc_separation": false,
        "phpdoc_single_line_var_spacing": true,
        "phpdoc_indent": true,
        "phpdoc_align": {
            "align": "vertical",
            "tags": ["param", "throws", "type", "var", "property"]
        },
        "visibility_required": {
            "elements": ["const", "method", "property"]
        },
        "single_line_after_imports": true,
        "whitespace_after_comma_in_array": true
    },
    "exclude": [
        "database",
        "beike/Hook"
    ],
    "notName": [
        "server.php"
    ]
}