Passed
Push — master ( e67b42...720a53 )
by Aimeos
04:38
created
src/MShop/Group/Manager/Standard.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -237,27 +237,27 @@  discard block
 block discarded – undo
237 237
 	 */
238 238
 
239 239
 	 /** mshop/group/manager/submanagers
240
-	 * List of manager names that can be instantiated by the group manager
241
-	 *
242
-	 * Managers provide a generic interface to the underlying storage.
243
-	 * Each manager has or can have sub-managers caring about particular
244
-	 * aspects. Each of these sub-managers can be instantiated by its
245
-	 * parent manager using the getSubManager() method.
246
-	 *
247
-	 * The search keys from sub-managers can be normally used in the
248
-	 * manager as well. It allows you to search for items of the manager
249
-	 * using the search keys of the sub-managers to further limit the
250
-	 * retrieved list of items.
251
-	 *
252
-	 * @param array List of sub-manager names
253
-	 * @since 2024.04
254
-	 */
240
+	  * List of manager names that can be instantiated by the group manager
241
+	  *
242
+	  * Managers provide a generic interface to the underlying storage.
243
+	  * Each manager has or can have sub-managers caring about particular
244
+	  * aspects. Each of these sub-managers can be instantiated by its
245
+	  * parent manager using the getSubManager() method.
246
+	  *
247
+	  * The search keys from sub-managers can be normally used in the
248
+	  * manager as well. It allows you to search for items of the manager
249
+	  * using the search keys of the sub-managers to further limit the
250
+	  * retrieved list of items.
251
+	  *
252
+	  * @param array List of sub-manager names
253
+	  * @since 2024.04
254
+	  */
255 255
 
256 256
 	 /** mshop/group/manager/insert/mysql
257
-	 * Inserts a new group record into the database table
258
-	 *
259
-	 * @see mshop/group/manager/insert/ansi
260
-	 */
257
+	  * Inserts a new group record into the database table
258
+	  *
259
+	  * @see mshop/group/manager/insert/ansi
260
+	  */
261 261
 
262 262
 	/** mshop/group/manager/insert/ansi
263 263
 	 * Inserts a new group record into the database table
@@ -289,10 +289,10 @@  discard block
 block discarded – undo
289 289
 	 */
290 290
 
291 291
 	 /** mshop/group/manager/update/mysql
292
-	 * Updates an existing group record in the database
293
-	 *
294
-	 * @see mshop/group/manager/update/ansi
295
-	 */
292
+	  * Updates an existing group record in the database
293
+	  *
294
+	  * @see mshop/group/manager/update/ansi
295
+	  */
296 296
 
297 297
 	/** mshop/group/manager/update/ansi
298 298
 	 * Updates an existing group record in the database
Please login to merge, or discard this patch.
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.