Skip to content

Commit 3057e41

Browse files
committed
cs fix: sprintf
1 parent 3f3a066 commit 3057e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function test(
223223
self::assertSame(
224224
$expectedType->describe(VerbosityLevel::precise()),
225225
$type->describe(VerbosityLevel::precise()),
226-
"Query $dql\n failed expectation\n"
226+
sprintf("Query %s\n failed expectation\n", $dql)
227227
);
228228

229229
// Double-check our expectations

0 commit comments

Comments
 (0)