Passed
Push — master ( a62b41...518ca5 )
by Oliver
03:36
created
src/Entities/OpeningHours.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -223,6 +223,9 @@
 block discarded – undo
223 223
         return $day;
224 224
     }
225 225
 
226
+    /**
227
+     * @return DateTimeInterface
228
+     */
226 229
     protected function applyTimezone(DateTimeInterface $date)
227 230
     {
228 231
         if ($this->timezone) {
Please login to merge, or discard this patch.