@@ -71,8 +71,9 @@ |
||
| 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 | } |