Passed
Push — master ( 51d5ad...84139c )
by Aimeos
04:55
created
src/MShop/Stock/Manager/Standard.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -324,27 +324,27 @@  discard block
 block discarded – undo
324 324
 	 */
325 325
 
326 326
 	 /** mshop/stock/manager/submanagers
327
-	 * List of manager names that can be instantiated by the stock manager
328
-	 *
329
-	 * Managers provide a generic interface to the underlying storage.
330
-	 * Each manager has or can have sub-managers caring about particular
331
-	 * aspects. Each of these sub-managers can be instantiated by its
332
-	 * parent manager using the getSubManager() method.
333
-	 *
334
-	 * The search keys from sub-managers can be normally used in the
335
-	 * manager as well. It allows you to search for items of the manager
336
-	 * using the search keys of the sub-managers to further limit the
337
-	 * retrieved list of items.
338
-	 *
339
-	 * @param array List of sub-manager names
340
-	 * @since 2020.10
341
-	 */
327
+	  * List of manager names that can be instantiated by the stock manager
328
+	  *
329
+	  * Managers provide a generic interface to the underlying storage.
330
+	  * Each manager has or can have sub-managers caring about particular
331
+	  * aspects. Each of these sub-managers can be instantiated by its
332
+	  * parent manager using the getSubManager() method.
333
+	  *
334
+	  * The search keys from sub-managers can be normally used in the
335
+	  * manager as well. It allows you to search for items of the manager
336
+	  * using the search keys of the sub-managers to further limit the
337
+	  * retrieved list of items.
338
+	  *
339
+	  * @param array List of sub-manager names
340
+	  * @since 2020.10
341
+	  */
342 342
 
343 343
 	 /** mshop/stock/manager/insert/mysql
344
-	 * Inserts a new stock record into the database table
345
-	 *
346
-	 * @see mshop/stock/manager/insert/ansi
347
-	 */
344
+	  * Inserts a new stock record into the database table
345
+	  *
346
+	  * @see mshop/stock/manager/insert/ansi
347
+	  */
348 348
 
349 349
 	/** mshop/stock/manager/insert/ansi
350 350
 	 * Inserts a new stock record into the database table
@@ -376,10 +376,10 @@  discard block
 block discarded – undo
376 376
 	 */
377 377
 
378 378
 	 /** mshop/stock/manager/update/mysql
379
-	 * Updates an existing stock record in the database
380
-	 *
381
-	 * @see mshop/stock/manager/update/ansi
382
-	 */
379
+	  * Updates an existing stock record in the database
380
+	  *
381
+	  * @see mshop/stock/manager/update/ansi
382
+	  */
383 383
 
384 384
 	/** mshop/stock/manager/update/ansi
385 385
 	 * Updates an existing stock record in the database
Please login to merge, or discard this patch.