Completed
Pull Request — development (#801)
by
unknown
04:18
created
htdocs_symfony/src/Entity/CachesEntity.php 1 patch
Braces   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -84,10 +84,11 @@
 block discarded – undo
84 84
      */
85 85
     public function isActiveAndFindableAndSoOn(): bool
86 86
     {
87
-        if ($this->status == 1)
88
-            return $this->true;
89
-        else
90
-            return $this->false;
87
+        if ($this->status == 1) {
88
+                    return $this->true;
89
+        } else {
90
+                    return $this->false;
91
+        }
91 92
     }
92 93
 
93 94
     public function getName(): string
Please login to merge, or discard this patch.