FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hidden-entity-type-bundle/phpcs.xml at master · shapecode/hidden-entity-type-bundle · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
shapecode
/
hidden-entity-type-bundle
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
14
Star
28
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hidden-entity-type-bundle
/
phpcs.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (28 loc) · 1.25 KB
Breadcrumbs
hidden-entity-type-bundle
/
phpcs.xml
Copy path
File metadata and controls
34 lines (28 loc) · 1.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
ruleset
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
vendor/squizlabs/php_codesniffer/phpcs.xsd
"
>
<
arg
value
=
"
p
"
/>
<
arg
value
=
"
s
"
/>
<
arg
name
=
"
colors
"
/>
<
arg
name
=
"
parallel
"
value
=
"
4
"
/>
<
arg
name
=
"
cache
"
value
=
"
./phpcs.cache
"
/>
<
config
name
=
"
php_version
"
value
=
"
80300
"
/>
<
file
>src/</
file
>
<
file
>tests/</
file
>
<
rule
ref
=
"
./vendor/doctrine/coding-standard/lib/Doctrine/ruleset.xml
"
>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix
"
/>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix
"
/>
<
exclude
name
=
"
SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix
"
/>
<
exclude
name
=
"
Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed
"
/>
</
rule
>
<
rule
ref
=
"
Squiz.WhiteSpace.MemberVarSpacing
"
>
<
properties
>
<
property
name
=
"
spacing
"
value
=
"
1
"
/>
<
property
name
=
"
spacingBeforeFirst
"
value
=
"
0
"
/>
</
properties
>
</
rule
>
<
rule
ref
=
"
Generic.Files.LineLength
"
>
<
properties
>
<
property
name
=
"
lineLimit
"
value
=
"
160
"
/>
</
properties
>
</
rule
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL