Skip to content

Commit 07e716a

Browse files
committed
Fix build again
1 parent 0896850 commit 07e716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Reflection/GenericParametersAcceptorResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public function dataResolve(): array
390390
],
391391
'constant string arg resolved to constant string' => [
392392
[
393-
new ConstantStringType('foo'),
393+
new ConstantStringType('foooooo'),
394394
],
395395
new FunctionVariant(
396396
new TemplateTypeMap([

0 commit comments

Comments
 (0)