Skip to content

Commit

Permalink
Update nepada/coding-standard requirement from 7.11.0 to 7.13.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent a44ee28 commit d6ff7d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"phpstan/phpstan": "^1.8.11"
},
"require-dev": {
"nepada/coding-standard": "7.11.0",
"nepada/coding-standard": "7.13.0",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"nette/tester": "^2.4",
"phpstan/phpstan-phpunit": "1.3.14",
Expand Down
2 changes: 0 additions & 2 deletions src/Type/NetteTester/AssertTypeSpecifyingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class AssertTypeSpecifyingExtension implements StaticMethodTypeSpecifyingExtensi
private TypeSpecifier $typeSpecifier;

/**
* @param Scope $scope
* @param string $name
* @param Arg[] $args
* @return Expr|NULL
*/
Expand Down
3 changes: 1 addition & 2 deletions tests/Type/NetteTester/AssertTypeSpecifyingExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

use PHPStan\Testing\TypeInferenceTestCase;

// phpcs:disable Squiz.Commenting.FunctionComment.InvalidTypeHint -- false positive reported on testFileAsserts
class AssertTypeSpecifyingExtensionTest extends TypeInferenceTestCase
{

Expand All @@ -26,8 +27,6 @@ public function dataFileAsserts(): iterable

/**
* @dataProvider dataFileAsserts
* @param string $assertType
* @param string $file
* @param mixed ...$args
*/
public function testFileAsserts(
Expand Down

0 comments on commit d6ff7d7

Please sign in to comment.