Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizen-ci committed Mar 21, 2021
1 parent 33eb63c commit dc5a422
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Util/StaticNodeInstanceOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

namespace Rector\Core\Util;

use PhpParser\Node;

/**
* @see \Rector\Core\Tests\Util\StaticInstanceOfTest
* @see \Rector\Core\Tests\Util\StaticNodeInstanceOfTest
*/
final class StaticNodeInstanceOf
{
/**
* @param string|object|null $element
* @param array<class-string<\PhpParser\Node>> $array
* @param array<class-string<Node>> $array
*/
public static function isOneOf($element, array $array): bool
{
Expand Down

0 comments on commit dc5a422

Please sign in to comment.