FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cakephp/phpcs.xml at 6.0-entity-props-with-hooks · cakephp/cakephp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cakephp
/
cakephp
Public
Notifications
You must be signed in to change notification settings
Fork
3.4k
Star
8.8k
Code
Issues
14
Pull requests
13
Actions
Projects
Wiki
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cakephp
/
phpcs.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (37 loc) · 1.38 KB
Breadcrumbs
cakephp
/
phpcs.xml
Copy path
File metadata and controls
42 lines (37 loc) · 1.38 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
35
36
37
38
39
40
41
42
<?
xml
version
=
"
1.0
"
?>
<
ruleset
name
=
"
CakePHP Core
"
>
<
file
>config/</
file
>
<
file
>src/</
file
>
<
file
>tests/</
file
>
<
rule
ref
=
"
CakePHP
"
/>
<
arg
value
=
"
nps
"
/>
<
arg
name
=
"
colors
"
/>
<
arg
name
=
"
parallel
"
value
=
"
8
"
/>
<
arg
name
=
"
cache
"
value
=
"
.phpcs.cache
"
/>
<
arg
value
=
"
s
"
/>
<
rule
ref
=
"
SlevomatCodingStandard.TypeHints.ReturnTypeHint
"
/>
<
rule
ref
=
"
CakePHP.Classes.ReturnTypeHint.InvalidSelf
"
>
<
severity
>0</
severity
>
</
rule
>
<
rule
ref
=
"
SlevomatCodingStandard.Files.TypeNameMatchesFileName
"
>
<
properties
>
<
property
name
=
"
rootNamespaces
"
type
=
"
array
"
>
<
element
key
=
"
src
"
value
=
"
Cake
"
/>
<
element
key
=
"
tests/Fixture
"
value
=
"
Cake\Test\Fixture
"
/>
<
element
key
=
"
tests/TestCase
"
value
=
"
Cake\Test\TestCase
"
/>
<
element
key
=
"
tests/PHPStan
"
value
=
"
Cake\PHPStan
"
/>
</
property
>
</
properties
>
<
exclude-pattern
>tests/test_app/*</
exclude-pattern
>
</
rule
>
<
rule
ref
=
"
SlevomatCodingStandard.Attributes.AttributeAndTargetSpacing
"
>
<
properties
>
<
property
name
=
"
allowOnSameLine
"
value
=
"
true
"
/>
</
properties
>
</
rule
>
<!--
pretty sure this is a bug in slevomat
-->
<
rule
ref
=
"
Internal.Exception
"
>
<
severity
>0</
severity
>
<
exclude-pattern
>src/Collection/functions.php</
exclude-pattern
>
</
rule
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL