Apply suggestions from StyleCI

This commit is contained in:
Franz Liedke 2017-12-14 22:18:12 +01:00
parent c6ce172caa
commit fccadcc6ab
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -1,4 +1,5 @@
<?php
/*
* This file is part of Flarum.
*
@ -59,4 +60,3 @@ class ShareErrorsFromSession implements MiddlewareInterface
return $out ? $out($request, $response) : $response;
}
}