Completed
Push — develop ( 82247e...95e034 )
by Victor
17:24 queued 10s
created
src/AppBundle/Controller/Blog/BlogController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
             $article = $em->getRepository('AppBundle:Article')
66 66
                 ->find($id);
67 67
             $title = 'Edit article id: '.$id;
68
-        }
69
-        else {
68
+        } else {
70 69
             $article = new Article();
71 70
             $title = 'Create new article';
72 71
         }
Please login to merge, or discard this patch.