Completed
Push — master ( d356fd...00af01 )
by Tomas
01:13
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.