Completed
Push — master ( eff6d0...b26934 )
by Jonas
11:16 queued 07:39
created
Components/CategoryResolver.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      * Returns array with category entities
54 54
      * if they don't exist will be created
55 55
      *
56
-     * @param array $categories
56
+     * @param string[] $categories
57 57
      * @return \Shopware\Models\Category\Category[]
58 58
      */
59 59
     abstract public function resolve(array $categories);
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Stores raw Shopware Connect categories
72 72
      *
73
-     * @param array $categories
73
+     * @param string[] $categories
74 74
      * @param int $articleId
75 75
      * @return void
76 76
      */
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * @param RemoteCategory[] $remoteCategories
101
-     * @param $articleId
101
+     * @param integer $articleId
102 102
      */
103 103
     private function addProductToRemoteCategory(array $remoteCategories, $articleId)
104 104
     {
Please login to merge, or discard this patch.