Skip to content

Commit 085b8cb

Browse files
committed
fixup! bump to PHP 8.3
1 parent 60b258a commit 085b8cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rules/CodeQuality/Rector/MethodCall/AssertEqualsToSameRector.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ final class AssertEqualsToSameRector extends AbstractRector
4949
*
5050
* @var array<class-string<Type>>
5151
*/
52-
private const array SCALAR_TYPES = [FloatType::class, IntegerType::class, StringType::class, ConstantArrayType::class];
52+
private const array SCALAR_TYPES = [
53+
FloatType::class,
54+
IntegerType::class,
55+
StringType::class,
56+
ConstantArrayType::class,
57+
];
5358

5459
public function __construct(
5560
private readonly IdentifierManipulator $identifierManipulator,

0 commit comments

Comments
 (0)