@@ -398,7 +398,7 @@ |
||
398 | 398 | for ($symbol1 = 1; $symbol1 <= 127; $symbol1++) { |
399 | 399 | for ($symbol2 = 1; $symbol2 <= 127; $symbol2++) { |
400 | 400 | $quotedName = $quoter->quoteValue('test_' . $symbol1 . '_' . $symbol2); |
401 | - $testString = str_replace(['{1}', '{2}',], [chr($symbol1), chr($symbol2)], $template); |
|
401 | + $testString = str_replace(['{1}', '{2}', ], [chr($symbol1), chr($symbol2)], $template); |
|
402 | 402 | |
403 | 403 | $quoteValue = $quoter->quoteValue($testString); |
404 | 404 |