1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 06:30:53 +02:00

- satisfying styleci

- cleared the merge conflict in the phpdoc
- changed some string class names to use ::class
This commit is contained in:
Daniel Klabbers
2017-12-15 08:10:32 +01:00
parent f65e4dcba3
commit 2aba61668c
14 changed files with 27 additions and 49 deletions

View File

@@ -59,4 +59,3 @@ class ShareErrorsFromSession implements MiddlewareInterface
return $out ? $out($request, $response) : $response;
}
}