Completed
Push — master ( 35a701...ff59ae )
by
unknown
28:01
created
Controller/Rest/MediaController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @param $identifier
43
-     * @param $attribute_id
42
+     * @param string $identifier
43
+     * @param string $attribute_id
44 44
      * @return Response
45 45
      */
46 46
     protected function handleGetRequest($identifier, $attribute_id)
Please login to merge, or discard this patch.
Normalizer/CategoryNormalizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     }
19 19
 
20 20
     /**
21
-     * @param  object                                                $category
21
+     * @param  Category                                                $category
22 22
      * @param  null                                                  $format
23 23
      * @param  array                                                 $context
24 24
      * @return array|\Symfony\Component\Serializer\Normalizer\scalar
Please login to merge, or discard this patch.
Normalizer/FamilyNormalizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param  object                                                $family
29
+     * @param  Family                                                $family
30 30
      * @param  null                                                  $format
31 31
      * @param  array                                                 $context
32 32
      * @return array|\Symfony\Component\Serializer\Normalizer\scalar
Please login to merge, or discard this patch.
Normalizer/ProductNormalizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @param  object                                                $product
78
+     * @param  ProductInterface                                                $product
79 79
      * @param  null                                                  $format
80 80
      * @param  array                                                 $context
81 81
      * @return array|\Symfony\Component\Serializer\Normalizer\scalar
Please login to merge, or discard this patch.