Skip to content

Commit

Permalink
Drop useless annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 2, 2023
1 parent 8baf625 commit e73c4af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/Type/NetteTester/AssertTypeSpecifyingExtension.php
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
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 e73c4af

Please sign in to comment.