Completed
Push — master ( 486efe...95fe8f )
by Tim
09:28
created
Classes/Domain/Model/Index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
             if (empty($configuration)) {
115 115
                 throw new Exception('No valid configuration for the current index: ' . $this->getUniqueRegisterKey(), 123678123);
116 116
             }
117
-            $this->originalObject = EventUtility::getOriginalRecordByConfiguration($configuration, (int) $this->getForeignUid());
117
+            $this->originalObject = EventUtility::getOriginalRecordByConfiguration($configuration, (int)$this->getForeignUid());
118 118
         }
119 119
 
120 120
         return $this->originalObject;
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
      */
247 247
     public function isAllDay()
248 248
     {
249
-        return (bool) $this->allDay;
249
+        return (bool)$this->allDay;
250 250
     }
251 251
 
252 252
     /**
Please login to merge, or discard this patch.