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 1, 2023
1 parent 8baf625 commit 766cfe6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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
2 changes: 0 additions & 2 deletions tests/Type/NetteTester/AssertTypeSpecifyingExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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 766cfe6

Please sign in to comment.