Passed
Push — master ( 4580ba...ba1857 )
by
unknown
12:54
created
app/Http/Controllers/Api/V1/PostsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function author($id)
39 39
     {
40 40
         $post = Post::findOrFail($id);
41
-        if (! $post->author) {
41
+        if (!$post->author) {
42 42
             // @todo 
43 43
             // use Dingo response instead
44 44
             return response()->json([
Please login to merge, or discard this patch.