Skip to content

Commit

Permalink
Merge pull request #619 from kukulich/cs
Browse files Browse the repository at this point in the history
Removed mus-typed docblock annotations
  • Loading branch information
Ocramius committed May 28, 2020
2 parents 9f628ad + e23297d commit 7df4741
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -66,7 +66,6 @@ public function anonymousClassInstancesProvider() : array
/**
* @param object $class
*
* @paran int $endLine
* @dataProvider anonymousClassInstancesProvider
*/
public function testLocateIdentifier($class, string $file, int $startLine, int $endLine) : void
Expand Down Expand Up @@ -107,7 +106,6 @@ public function testLocateIdentifierWithFunctionIdentifier() : void
/**
* @param object $class
*
* @paran int $endLine
* @dataProvider anonymousClassInstancesProvider
*/
public function testLocateIdentifiersByType($class, string $file, int $startLine, int $endLine) : void
Expand Down
2 changes: 0 additions & 2 deletions test/unit/SourceLocator/Type/ClosureSourceLocatorTest.php
Expand Up @@ -51,7 +51,6 @@ public function closuresProvider() : array
}

/**
* @paran int $endLine
* @dataProvider closuresProvider
*/
public function testLocateIdentifier(Closure $closure, string $namespace, string $file, int $startLine, int $endLine) : void
Expand Down Expand Up @@ -94,7 +93,6 @@ public function testEvaledClosureThrowsInvalidFileLocation() : void
}

/**
* @paran int $endLine
* @dataProvider closuresProvider
*/
public function testLocateIdentifiersByType(Closure $closure, string $namespace, string $file, int $startLine, int $endLine) : void
Expand Down

0 comments on commit 7df4741

Please sign in to comment.