Skip to content

Commit 5140305

Browse files
authored
Fix use of deprecated Node\Expr\ArrayItem over Node\ArrayItem (#7859)
1 parent ea5089e commit 5140305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Php85/Rector/Class_/SleepToSerializeRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use PhpParser\Node;
88
use PhpParser\Node\Expr\Array_;
9-
use PhpParser\Node\Expr\ArrayItem;
9+
use PhpParser\Node\ArrayItem;
1010
use PhpParser\Node\Expr\PropertyFetch;
1111
use PhpParser\Node\Expr\Variable;
1212
use PhpParser\Node\Identifier;

0 commit comments

Comments
 (0)