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 143e8d1 commit d073570Copy full SHA for d073570
.php_cs.dist
@@ -26,6 +26,7 @@ $config
26
'trailing_comma_in_multiline_array' => false,
27
'yoda_style' => false,
28
'phpdoc_types_order' => array('null_adjustment' => 'none', 'sort_algorithm' => 'none'),
29
+ 'no_superfluous_phpdoc_tags' => false,
30
))
31
->setFinder($finder)
32
;
.travis.yml
@@ -28,6 +28,7 @@ matrix:
dist: trusty
allow_failures:
- php: nightly
+ - php: hhvm-3.18
33
before_install:
34
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm-3.18" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi
0 commit comments