Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olsavmic committed Jun 15, 2022
1 parent fb19080 commit 33aa3f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dependency/ExportedNode/ExportedMethodNode.php
Expand Up @@ -14,7 +14,7 @@ class ExportedMethodNode implements ExportedNode, JsonSerializable

/**
* @param ExportedParameterNode[] $parameters
* @param ExportedAttributeNode[]
* @param ExportedAttributeNode[] $attributes
*/
public function __construct(
private string $name,
Expand Down
1 change: 1 addition & 0 deletions src/Dependency/ExportedNode/ExportedParameterNode.php
Expand Up @@ -4,6 +4,7 @@

use JsonSerializable;
use PHPStan\Dependency\ExportedNode;
use PHPStan\ShouldNotHappenException;
use ReturnTypeWillChange;
use function array_map;
use function count;
Expand Down
1 change: 1 addition & 0 deletions src/Dependency/ExportedNode/ExportedPropertiesNode.php
Expand Up @@ -4,6 +4,7 @@

use JsonSerializable;
use PHPStan\Dependency\ExportedNode;
use PHPStan\ShouldNotHappenException;
use ReturnTypeWillChange;
use function array_map;
use function count;
Expand Down

0 comments on commit 33aa3f0

Please sign in to comment.