Passed
Push — master ( 4a8562...189726 )
by Adam
13:28 queued 01:14
created
app/Http/Controllers/CommentController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * @return CommentResource
23 23
      * @throws \Illuminate\Auth\Access\AuthorizationException
24 24
      */
25
-    public function save(CommentRequest $request, Dispatcher $dispatcher, Comment $comment )
25
+    public function save(CommentRequest $request, Dispatcher $dispatcher, Comment $comment)
26 26
     {
27 27
         $this->authorize('update', $comment);
28 28
 
Please login to merge, or discard this patch.