Skip to content

Commit

Permalink
[+]: update "phpdocumentor/reflection-docblock"
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Aug 22, 2020
1 parent b716d41 commit c114280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -21,17 +21,17 @@
"amphp/parallel": "~1.4",
"composer/composer": "~1.10",
"phpdocumentor/type-resolver": "~1.0 || ~1.1",
"phpdocumentor/reflection-docblock": "~4.3 || ~5.1",
"phpdocumentor/reflection-docblock": "~4.3 || ~5.1 || 5.x-dev",
"phpdocumentor/reflection-common": "~2.1",
"phpstan/phpdoc-parser": "0.4.*",
"voku/simple-cache": "~4.0",
"nikic/php-parser": "~4.8",
"ondrejmirtes/better-reflection": "~4.3",
"symfony/console": "~3.4 || ~4.1 || ~5.0",
"jetbrains/phpstorm-stubs": "dev-master as v2019.3"
"symfony/console": "~3.4 || ~4.1 || ~5.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0"
"phpunit/phpunit": "~6.0 || ~7.0",
"jetbrains/phpstorm-stubs": "dev-master as v2019.3"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 0 additions & 6 deletions tests/CheckerTest.php
Expand Up @@ -233,15 +233,9 @@ function fsockopen ($hostname, $port = null, &$errno = null, &$errstr = null, $t

$phpCodeErrors = PhpCodeChecker::checkFromString($code, ['public'], true);

/*
static::assertSame(
[],
$phpCodeErrors
);
*/

static::markTestIncomplete(
'bug is already reported: https://github.com/phpDocumentor/ReflectionDocBlock/issues/251'
);
}
}

0 comments on commit c114280

Please sign in to comment.