Passed
Push — master ( 49f37f...b9f4fb )
by Peter
02:27
created
website-routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
  */
15 15
 $router->group(
16 16
     ['controllerNamespace' => 'AbterPhp\Contact\Http\Controllers'],
17
-    function (Router $router) {
17
+    function(Router $router) {
18 18
         /** @see \AbterPhp\Contact\Http\Controllers\Website\Contact::submit() */
19 19
         $router->post(
20 20
             '/contact/:formIdentifier',
Please login to merge, or discard this patch.