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 e10ef5c commit 33eb63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Util/StaticNodeInstanceOfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use DateTime;
use Iterator;
use PhpParser\Node;
use PhpParser\Node\Scalar\LNumber;
use PhpParser\Node\Scalar\String_;
use PhpParser\Node\Stmt\Nop;
Expand All @@ -17,7 +18,7 @@ final class StaticNodeInstanceOfTest extends TestCase
{
/**
* @dataProvider provideIsOneOf()
* @param array<class-string<\PhpParser\Node>> $array
* @param array<class-string<Node>> $array
* @param DateTime|stdClass|null $object
*/
public function testIsOneOf(?object $object, array $array, bool $expected): void
Expand Down

0 comments on commit 33eb63c

Please sign in to comment.