Completed
Push — master ( 6e409a...6afcfc )
by Aimeos
02:07
created
Classes/Aimeos/Shop/Base/Page.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 	/**
95 95
 	 * Inject the settings
96 96
 	 *
97
-	 * @param array $settings
97
+	 * @param string[] $settings
98 98
 	 * @return void
99 99
 	 */
100 100
 	public function injectSettings( array $settings )
Please login to merge, or discard this patch.
Classes/Aimeos/Shop/Controller/JsonadmController.php 1 patch
Doc Comments   -6 removed lines patch added patch discarded remove patch
@@ -50,7 +50,6 @@  discard block
 block discarded – undo
50 50
 	 * Deletes the resource object or a list of resource objects
51 51
 	 *
52 52
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
53
-	 * @param string $sitecode Unique site code
54 53
 	 * @param integer $id Unique resource ID
55 54
 	 * @return string Generated output
56 55
 	 */
@@ -72,7 +71,6 @@  discard block
 block discarded – undo
72 71
 	 * Returns the requested resource object or list of resource objects
73 72
 	 *
74 73
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
75
-	 * @param string $sitecode Unique site code
76 74
 	 * @param integer $id Unique resource ID
77 75
 	 * @return string Generated output
78 76
 	 */
@@ -94,7 +92,6 @@  discard block
 block discarded – undo
94 92
 	 * Updates a resource object or a list of resource objects
95 93
 	 *
96 94
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
97
-	 * @param string $sitecode Unique site code
98 95
 	 * @param integer $id Unique resource ID
99 96
 	 * @return string Generated output
100 97
 	 */
@@ -116,7 +113,6 @@  discard block
 block discarded – undo
116 113
 	 * Creates a new resource object or a list of resource objects
117 114
 	 *
118 115
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
119
-	 * @param string $sitecode Unique site code
120 116
 	 * @param integer $id Unique ID of the resource
121 117
 	 * @return string Generated output
122 118
 	 */
@@ -138,7 +134,6 @@  discard block
 block discarded – undo
138 134
 	 * Creates or updates a single resource object
139 135
 	 *
140 136
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
141
-	 * @param string $sitecode Unique site code
142 137
 	 * @param integer $id Unique resource ID
143 138
 	 * @return string Generated output
144 139
 	 */
@@ -160,7 +155,6 @@  discard block
 block discarded – undo
160 155
 	 * Returns the available HTTP verbs and the resource URLs
161 156
 	 *
162 157
 	 * @param string Resource location, e.g. "product/stock/wareshouse"
163
-	 * @param string $sitecode Unique site code
164 158
 	 * @return string Generated output
165 159
 	 */
166 160
 	public function optionsAction( $resource = '', $site = 'default' )
Please login to merge, or discard this patch.