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.
1 parent 6d0493a commit 612d655Copy full SHA for 612d655
appveyor.yml
@@ -8,7 +8,7 @@ version: '{build}.{branch}'
8
skip_tags: true
9
branches:
10
only:
11
- - master
+ - develop
12
13
environment:
14
matrix:
phpstan.neon
@@ -48,6 +48,3 @@ parameters:
48
# until I can make $object arg ?$object...
49
# src/phpDocumentor/Reflection/Php/Factory/DocBlock.php
50
- '#Strict comparison using === between PhpParser\\Comment\\Doc and null will always evaluate to false\.#'
51
-
52
53
0 commit comments