Completed
Push — master ( b6f3d7...bfda35 )
by Tomas
04:37
created
src/Resolver/NotificationResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -283,6 +283,9 @@
 block discarded – undo
283 283
         return true;
284 284
     }
285 285
 
286
+    /**
287
+     * @param string $format
288
+     */
286 289
     private function normalizeDateTime(Options $options, \DateTime $value, $format)
287 290
     {
288 291
         return $value->format($format);
Please login to merge, or discard this patch.