We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b64e43 commit f0d168dCopy full SHA for f0d168d
Tests/Logger/DbalLoggerTest.php
@@ -87,7 +87,7 @@ public function testLogLongString()
87
$testString = 'abc';
88
89
$shortString = str_pad('', DbalLogger::MAX_STRING_LENGTH, $testString);
90
- $longString = str_pad('', DbalLogger::MAX_STRING_LENGTH+1, $testString);
+ $longString = str_pad('', DbalLogger::MAX_STRING_LENGTH + 1, $testString);
91
92
$dbalLogger
93
->expects($this->once())
0 commit comments