Passed
Push — master ( 67347e...1e0a00 )
by Aimeos
04:36
created
src/MShop/Text/Manager/Lists/Standard.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -33,21 +33,21 @@
 block discarded – undo
33 33
 	 */
34 34
 
35 35
 		/** mshop/text/manager/lists/submanagers
36
-	 * List of manager names that can be instantiated by the text list manager
37
-	 *
38
-	 * Managers provide a generic interface to the underlying storage.
39
-	 * Each manager has or can have sub-managers caring about particular
40
-	 * aspects. Each of these sub-managers can be instantiated by its
41
-	 * parent manager using the getSubManager() method.
42
-	 *
43
-	 * The search keys from sub-managers can be normally used in the
44
-	 * manager as well. It allows you to search for items of the manager
45
-	 * using the search keys of the sub-managers to further limit the
46
-	 * retrieved list of items.
47
-	 *
48
-	 * @param array List of sub-manager names
49
-	 * @since 2015.10
50
-	 */
36
+		 * List of manager names that can be instantiated by the text list manager
37
+		 *
38
+		 * Managers provide a generic interface to the underlying storage.
39
+		 * Each manager has or can have sub-managers caring about particular
40
+		 * aspects. Each of these sub-managers can be instantiated by its
41
+		 * parent manager using the getSubManager() method.
42
+		 *
43
+		 * The search keys from sub-managers can be normally used in the
44
+		 * manager as well. It allows you to search for items of the manager
45
+		 * using the search keys of the sub-managers to further limit the
46
+		 * retrieved list of items.
47
+		 *
48
+		 * @param array List of sub-manager names
49
+		 * @since 2015.10
50
+		 */
51 51
 
52 52
 	/** mshop/text/manager/lists/name
53 53
 	 * Class name of the used text list manager implementation
Please login to merge, or discard this patch.