Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed May 13, 2016
1 parent e871d18 commit 9bf3f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/traits/TPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ protected function checkRedirect($destination, $path = '/', $params = [], $post
$originalUrl = new \Nette\Http\Url($response->getUrl());
Assert::fail(
str_repeat(' ', strlen($originalUrl->getHostUrl()) - 13) // strlen('Failed: path ') = 13
. "path $path doesn't match\n$url\nafter redirect");
. "path $path doesn't match\n$url\nafter redirect"
);
}
}
}
Expand Down

0 comments on commit 9bf3f3c

Please sign in to comment.