1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Apply suggestions from StyleCI

This commit is contained in:
Franz Liedke
2017-12-14 22:18:12 +01:00
parent 4941ad7cf1
commit 5efe267acb

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;
}
}