Completed
Push — master ( f665df...a43901 )
by KwangSeob
02:15
created
src/Issue/Reporter.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,8 +71,9 @@
 block discarded – undo
71 71
      */
72 72
     public function isWantUnassigned()
73 73
     {
74
-        if ($this->wantUnassigned)
75
-            return true;
74
+        if ($this->wantUnassigned) {
75
+                    return true;
76
+        }
76 77
 
77 78
         return false;
78 79
     }
Please login to merge, or discard this patch.