Passed
Push — master ( 46d4e1...c3cec4 )
by Peter
02:22
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
             RoutesConstant::PATH_CONTACT,
Please login to merge, or discard this patch.