Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb44dbf + 3199e29 commit 68c4cc9Copy full SHA for 68c4cc9
.styleci.yml
@@ -8,6 +8,11 @@ enabled:
8
disabled:
9
- empty_return
10
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
+
16
# Unusable at the moment
17
# https://github.com/StyleCI/StyleCI/issues/471
18
- psr0
0 commit comments