Passed
Push — master ( a68125...6be800 )
by Aleksandr
02:05
created
Serializer/Normalizer/JsonApiNormalizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * @param string $type The class to which the data should be denormalized
62 62
      * @param string $format The format being deserialized from
63 63
      *
64
-     * @return bool
64
+     * @return boolean|null
65 65
      */
66 66
     public function supportsDenormalization($data, $type, $format = null)
67 67
     {
Please login to merge, or discard this patch.