Skip to content

Commit 6ca1e8c

Browse files
committed
Update IntersectionTypeTest.php
1 parent 5a66948 commit 6ca1e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Type/IntersectionTypeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static function dataAccepts(): Iterator
8080
),
8181
TypeCombinator::intersect(
8282
new ArrayType(new MixedType(), new MixedType()),
83-
new HasOffsetType(new ConstantStringType("some-key")),
83+
new HasOffsetType(new ConstantStringType('some-key')),
8484
),
8585
TrinaryLogic::createYes(),
8686
];
@@ -92,7 +92,7 @@ public static function dataAccepts(): Iterator
9292
),
9393
TypeCombinator::intersect(
9494
new ArrayType(new MixedType(), new MixedType()),
95-
new HasOffsetValueType(new ConstantStringType("some-key"), new IntegerType()),
95+
new HasOffsetValueType(new ConstantStringType('some-key'), new IntegerType()),
9696
),
9797
TrinaryLogic::createYes(),
9898
];

0 commit comments

Comments
 (0)