@@ -50,12 +50,12 @@ |
||
| 50 | 50 | |
| 51 | 51 | public function isArchived () |
| 52 | 52 | { |
| 53 | - return (bool)$this->archived; |
|
| 53 | + return (bool) $this->archived; |
|
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | public function isDeleted () |
| 57 | 57 | { |
| 58 | - return (bool)$this->deleted; |
|
| 58 | + return (bool) $this->deleted; |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |