Passed
Push — master ( 49dfc2...2f127a )
by Dominik
04:00 queued 01:40
created
src/Normalizer/DateTimeFieldNormalizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
     private $format;
25 25
 
26 26
     /**
27
-     * @param AccessorInterface|FieldNormalizerInterface $fieldNormalizer
28 27
      * @param string                                     $format
28
+     * @param FieldNormalizerInterface $accessor
29 29
      */
30 30
     public function __construct($accessor, string $format = 'c')
31 31
     {
Please login to merge, or discard this patch.