Passed
Push — master ( 0b8510...665276 )
by Aimeos
05:27
created
src/MShop/Plugin/Manager/Standard.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -257,27 +257,27 @@  discard block
 block discarded – undo
257 257
 	 */
258 258
 
259 259
 	 /** mshop/plugin/manager/submanagers
260
-	 * List of manager names that can be instantiated by the plugin manager
261
-	 *
262
-	 * Managers provide a generic interface to the underlying storage.
263
-	 * Each manager has or can have sub-managers caring about particular
264
-	 * aspects. Each of these sub-managers can be instantiated by its
265
-	 * parent manager using the getSubManager() method.
266
-	 *
267
-	 * The search keys from sub-managers can be normally used in the
268
-	 * manager as well. It allows you to search for items of the manager
269
-	 * using the search keys of the sub-managers to further limit the
270
-	 * retrieved list of items.
271
-	 *
272
-	 * @param array List of sub-manager names
273
-	 * @since 2015.10
274
-	 */
260
+	  * List of manager names that can be instantiated by the plugin manager
261
+	  *
262
+	  * Managers provide a generic interface to the underlying storage.
263
+	  * Each manager has or can have sub-managers caring about particular
264
+	  * aspects. Each of these sub-managers can be instantiated by its
265
+	  * parent manager using the getSubManager() method.
266
+	  *
267
+	  * The search keys from sub-managers can be normally used in the
268
+	  * manager as well. It allows you to search for items of the manager
269
+	  * using the search keys of the sub-managers to further limit the
270
+	  * retrieved list of items.
271
+	  *
272
+	  * @param array List of sub-manager names
273
+	  * @since 2015.10
274
+	  */
275 275
 
276 276
 	 /** mshop/plugin/manager/insert/mysql
277
-	 * Inserts a new plugin record into the database table
278
-	 *
279
-	 * @see mshop/plugin/manager/insert/ansi
280
-	 */
277
+	  * Inserts a new plugin record into the database table
278
+	  *
279
+	  * @see mshop/plugin/manager/insert/ansi
280
+	  */
281 281
 
282 282
 	/** mshop/plugin/manager/insert/ansi
283 283
 	 * Inserts a new plugin record into the database table
@@ -309,10 +309,10 @@  discard block
 block discarded – undo
309 309
 	 */
310 310
 
311 311
 	 /** mshop/plugin/manager/update/mysql
312
-	 * Updates an existing plugin record in the database
313
-	 *
314
-	 * @see mshop/plugin/manager/update/ansi
315
-	 */
312
+	  * Updates an existing plugin record in the database
313
+	  *
314
+	  * @see mshop/plugin/manager/update/ansi
315
+	  */
316 316
 
317 317
 	/** mshop/plugin/manager/update/ansi
318 318
 	 * Updates an existing plugin record in the database
Please login to merge, or discard this patch.
src/MShop/Rule/Manager/Standard.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -286,27 +286,27 @@  discard block
 block discarded – undo
286 286
 	 */
287 287
 
288 288
 	 /** mshop/rule/manager/submanagers
289
-	 * List of manager names that can be instantiated by the rule manager
290
-	 *
291
-	 * Managers provide a generic interface to the underlying storage.
292
-	 * Each manager has or can have sub-managers caring about particular
293
-	 * aspects. Each of these sub-managers can be instantiated by its
294
-	 * parent manager using the getSubManager() method.
295
-	 *
296
-	 * The search keys from sub-managers can be normally used in the
297
-	 * manager as well. It allows you to search for items of the manager
298
-	 * using the search keys of the sub-managers to further limit the
299
-	 * retrieved list of items.
300
-	 *
301
-	 * @param array List of sub-manager names
302
-	 * @since 2021.04
303
-	 */
289
+	  * List of manager names that can be instantiated by the rule manager
290
+	  *
291
+	  * Managers provide a generic interface to the underlying storage.
292
+	  * Each manager has or can have sub-managers caring about particular
293
+	  * aspects. Each of these sub-managers can be instantiated by its
294
+	  * parent manager using the getSubManager() method.
295
+	  *
296
+	  * The search keys from sub-managers can be normally used in the
297
+	  * manager as well. It allows you to search for items of the manager
298
+	  * using the search keys of the sub-managers to further limit the
299
+	  * retrieved list of items.
300
+	  *
301
+	  * @param array List of sub-manager names
302
+	  * @since 2021.04
303
+	  */
304 304
 
305 305
 	 /** mshop/rule/manager/insert/mysql
306
-	 * Inserts a new rule record into the database table
307
-	 *
308
-	 * @see mshop/rule/manager/insert/ansi
309
-	 */
306
+	  * Inserts a new rule record into the database table
307
+	  *
308
+	  * @see mshop/rule/manager/insert/ansi
309
+	  */
310 310
 
311 311
 	/** mshop/rule/manager/insert/ansi
312 312
 	 * Inserts a new rule record into the database table
@@ -338,10 +338,10 @@  discard block
 block discarded – undo
338 338
 	 */
339 339
 
340 340
 	 /** mshop/rule/manager/update/mysql
341
-	 * Updates an existing rule record in the database
342
-	 *
343
-	 * @see mshop/rule/manager/update/ansi
344
-	 */
341
+	  * Updates an existing rule record in the database
342
+	  *
343
+	  * @see mshop/rule/manager/update/ansi
344
+	  */
345 345
 
346 346
 	/** mshop/rule/manager/update/ansi
347 347
 	 * Updates an existing rule record in the database
Please login to merge, or discard this patch.