Completed
Push — master ( edfd6f...a9aacd )
by Tim
05:24
created
Classes/Domain/Model/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -386,7 +386,7 @@
 block discarded – undo
386 386
     public function getKeSearchTags(Index $index)
387 387
     {
388 388
         static $keSearchTags = [];
389
-        if(empty($keSearchTags)) {
389
+        if (empty($keSearchTags)) {
390 390
             foreach ($this->getCategories() as $category) {
391 391
                 $keSearchTags[] = "#syscat{$category->getUid()}#";
392 392
             }
Please login to merge, or discard this patch.