Skip to content

Commit ef33028

Browse files
committed
Move whitespace
1 parent b9a2624 commit ef33028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exception/InvalidUrlException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class InvalidUrlException extends InvalidArgumentException implements HttpCacheE
2424
*/
2525
public static function invalidUrl($url, $reason = null)
2626
{
27-
$msg = sprintf('URL "%s" is invalid. ', $url);
27+
$msg = sprintf('URL "%s" is invalid.', $url);
2828
if ($reason) {
29-
$msg .= sprintf('Reason: %s', $reason);
29+
$msg .= sprintf(' Reason: %s', $reason);
3030
}
3131

3232
return new self($msg);

0 commit comments

Comments
 (0)