Completed
Push — master ( fa5688...b322d1 )
by Axel
05:31 queued 02:55
created
Manager/FeatureManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-    *  @param ProjectModel $project
52
+     *  @param ProjectModel $project
53 53
      * @param string $name
54 54
      * @param string $description
55 55
      * @param integer $status
Please login to merge, or discard this patch.
Manager/FeedbackManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * @return FeedbackModel
37 37
      */
38 38
     public function getFeedback($id) {
39
-        if(($feedback = $this->em->getRepository($this->feedbackClass)->find($id)) === null) {
39
+        if (($feedback = $this->em->getRepository($this->feedbackClass)->find($id)) === null) {
40 40
             throw new NotFoundHttpException('Feedback not found');
41 41
         }
42 42
         return $feedback;
Please login to merge, or discard this patch.