Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68c4cc9

Browse files
committed
Merge pull request #12 from EmanueleMinotto/patch-1
Disabled StyleCI phpdoc_types check
2 parents bb44dbf + 3199e29 commit 68c4cc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.styleci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ enabled:
88
disabled:
99
- empty_return
1010

11+
# Puli is using a reserved keyword as a class
12+
# (Puli\Repository\Api\Resource\Resource)
13+
# https://github.com/puli/issues/issues/119
14+
- phpdoc_types
15+
1116
# Unusable at the moment
1217
# https://github.com/StyleCI/StyleCI/issues/471
1318
- psr0

0 commit comments

Comments
 (0)