Completed
Push — master ( f157ac...a775dd )
by Aimeos
03:15
created
admin/jqadm/tests/Admin/JQAdm/Common/Factory/BaseTest.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,6 @@  discard block
 block discarded – undo
123 123
 {
124 124
 	/**
125 125
 	 * @param string $classprefix
126
-	 * @param string $path
127 126
 	 */
128 127
 	public static function addDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context,
129 128
 		\Aimeos\Admin\JQAdm\Iface $client, $templatePaths, array $decorators, $classprefix )
@@ -131,12 +130,19 @@  discard block
 block discarded – undo
131 130
 		return self::addDecorators( $context, $client, $templatePaths, $decorators, $classprefix );
132 131
 	}
133 132
 
133
+	/**
134
+	 * @param string $path
135
+	 */
134 136
 	public static function addClientDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context,
135 137
 		\Aimeos\Admin\JQAdm\Iface $client, $templatePaths, $path )
136 138
 	{
137 139
 		return self::addClientDecorators( $context, $client, $templatePaths, $path );
138 140
 	}
139 141
 
142
+	/**
143
+	 * @param string $classname
144
+	 * @param string $interface
145
+	 */
140 146
 	public static function createClientBasePublic( \Aimeos\MShop\Context\Item\Iface $context,
141 147
 		$classname, $interface, $templatePath )
142 148
 	{
Please login to merge, or discard this patch.