Completed
Push — master ( 5e31eb...f30e9b )
by Tomas
01:04
created
src/Resolver/NotificationResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -307,6 +307,9 @@
 block discarded – undo
307 307
         return true;
308 308
     }
309 309
 
310
+    /**
311
+     * @param string $format
312
+     */
310 313
     private function normalizeDateTime(Options $options, \DateTimeInterface $value, $format): string
311 314
     {
312 315
         return $value->format($format);
Please login to merge, or discard this patch.