forked from wallabag/wallabag
Add a real configuration for CS-Fixer
This commit is contained in:
@ -14,7 +14,7 @@ class ExceptionController extends BaseExceptionController
|
||||
protected function findTemplate(Request $request, $format, $code, $showException)
|
||||
{
|
||||
$name = $showException ? 'exception' : 'error';
|
||||
if ($showException && 'html' == $format) {
|
||||
if ($showException && 'html' === $format) {
|
||||
$name = 'exception_full';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user