Passed
Push — master ( a0632e...2294fc )
by Peter
03:03
created
src/Constant/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,5 +9,5 @@
 block discarded – undo
9 9
     const MESSAGE_READY = 'message.ready';
10 10
     const MESSAGE_SENT  = 'message.sent';
11 11
 
12
-    const FORM_READY  = 'form.ready';
12
+    const FORM_READY = 'form.ready';
13 13
 }
Please login to merge, or discard this patch.
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
             Routes::PATH_CONTACT,
Please login to merge, or discard this patch.