Passed
Push — master ( 0115e8...3bf164 )
by Aimeos
04:55
created
src/MShop/Review/Manager/Standard.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -339,27 +339,27 @@  discard block
 block discarded – undo
339 339
 	 */
340 340
 
341 341
 	 /** mshop/review/manager/submanagers
342
-	 * List of manager names that can be instantiated by the review manager
343
-	 *
344
-	 * Managers provide a generic interface to the underlying storage.
345
-	 * Each manager has or can have sub-managers caring about particular
346
-	 * aspects. Each of these sub-managers can be instantiated by its
347
-	 * parent manager using the getSubManager() method.
348
-	 *
349
-	 * The search keys from sub-managers can be normally used in the
350
-	 * manager as well. It allows you to search for items of the manager
351
-	 * using the search keys of the sub-managers to further limit the
352
-	 * retrieved list of items.
353
-	 *
354
-	 * @param array List of sub-manager names
355
-	 * @since 2020.10
356
-	 */
342
+	  * List of manager names that can be instantiated by the review manager
343
+	  *
344
+	  * Managers provide a generic interface to the underlying storage.
345
+	  * Each manager has or can have sub-managers caring about particular
346
+	  * aspects. Each of these sub-managers can be instantiated by its
347
+	  * parent manager using the getSubManager() method.
348
+	  *
349
+	  * The search keys from sub-managers can be normally used in the
350
+	  * manager as well. It allows you to search for items of the manager
351
+	  * using the search keys of the sub-managers to further limit the
352
+	  * retrieved list of items.
353
+	  *
354
+	  * @param array List of sub-manager names
355
+	  * @since 2020.10
356
+	  */
357 357
 
358 358
 	 /** mshop/review/manager/insert/mysql
359
-	 * Inserts a new review record into the database table
360
-	 *
361
-	 * @see mshop/review/manager/insert/ansi
362
-	 */
359
+	  * Inserts a new review record into the database table
360
+	  *
361
+	  * @see mshop/review/manager/insert/ansi
362
+	  */
363 363
 
364 364
 	/** mshop/review/manager/insert/ansi
365 365
 	 * Inserts a new review record into the database table
@@ -391,10 +391,10 @@  discard block
 block discarded – undo
391 391
 	 */
392 392
 
393 393
 	 /** mshop/review/manager/update/mysql
394
-	 * Updates an existing review record in the database
395
-	 *
396
-	 * @see mshop/review/manager/update/ansi
397
-	 */
394
+	  * Updates an existing review record in the database
395
+	  *
396
+	  * @see mshop/review/manager/update/ansi
397
+	  */
398 398
 
399 399
 	/** mshop/review/manager/update/ansi
400 400
 	 * Updates an existing review record in the database
Please login to merge, or discard this patch.