FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloudinary_php/phpcs.xml at master · cloudinary/cloudinary_php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cloudinary
/
cloudinary_php
Public
Notifications
You must be signed in to change notification settings
Fork
151
Star
399
Code
Issues
4
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloudinary_php
/
phpcs.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (17 loc) · 524 Bytes
Breadcrumbs
cloudinary_php
/
phpcs.xml
Copy path
File metadata and controls
21 lines (17 loc) · 524 Bytes
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
<?
xml
version
=
"
1.0
"
?>
<
ruleset
name
=
"
cloudinary_php coding standard
"
>
<
description
>cloudinary_php coding standard</
description
>
<!--
display progress
-->
<
arg
value
=
"
p
"
/>
<
arg
name
=
"
colors
"
/>
<!--
inherit rules from:
-->
<
rule
ref
=
"
PSR2
"
/>
<
rule
ref
=
"
Squiz.WhiteSpace.SuperfluousWhitespace
"
>
<
properties
>
<
property
name
=
"
ignoreBlankLines
"
value
=
"
false
"
/>
</
properties
>
</
rule
>
<!--
Paths to check
-->
<
file
>src</
file
>
<
file
>tests</
file
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL