Completed
Push — master ( 3b83d2...39a0ee )
by Aimeos
03:34
created
admin/jqadm/src/Admin/JQAdm/Common/Decorator/Base.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 	 * Creates a new resource
75 75
 	 *
76 76
 	 * @return string|null admin output to display or null for redirecting to the list
77
-	*/
77
+	 */
78 78
 	public function create()
79 79
 	{
80 80
 		return $this->client->create();
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 	 * Deletes a resource
86 86
 	 *
87 87
 	 * @return string|null admin output to display or null for redirecting to the list
88
-	*/
88
+	 */
89 89
 	public function delete()
90 90
 	{
91 91
 		return $this->client->delete();
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
 	 * Returns a single resource
97 97
 	 *
98 98
 	 * @return string|null admin output to display or null for redirecting to the list
99
-	*/
99
+	 */
100 100
 	public function get()
101 101
 	{
102 102
 		return $this->client->get();
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	 * Saves the data
108 108
 	 *
109 109
 	 * @return string|null admin output to display or null for redirecting to the list
110
-	*/
110
+	 */
111 111
 	public function save()
112 112
 	{
113 113
 		return $this->client->save();
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
 	 * Returns a list of resource according to the conditions
119 119
 	 *
120 120
 	 * @return string admin output to display
121
-	*/
121
+	 */
122 122
 	public function search()
123 123
 	{
124 124
 		return $this->client->search();
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Text/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 	/**
64 64
 	 * Copies a resource
65 65
 	 *
66
-	 * @return string|null admin output to display or null for redirecting to the list
66
+	 * @return string admin output to display or null for redirecting to the list
67 67
 	 */
68 68
 	public function copy()
69 69
 	{
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	/**
87 87
 	 * Creates a new resource
88 88
 	 *
89
-	 * @return string|null admin output to display or null for redirecting to the list
89
+	 * @return string admin output to display or null for redirecting to the list
90 90
 	 */
91 91
 	public function create()
92 92
 	{
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
 	/**
110 110
 	 * Returns a single resource
111 111
 	 *
112
-	 * @return string|null admin output to display or null for redirecting to the list
112
+	 * @return string admin output to display or null for redirecting to the list
113 113
 	 */
114 114
 	public function get()
115 115
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Price/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 	/**
64 64
 	 * Copies a resource
65 65
 	 *
66
-	 * @return string|null admin output to display or null for redirecting to the list
66
+	 * @return string admin output to display or null for redirecting to the list
67 67
 	 */
68 68
 	public function copy()
69 69
 	{
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	/**
87 87
 	 * Creates a new resource
88 88
 	 *
89
-	 * @return string|null admin output to display or null for redirecting to the list
89
+	 * @return string admin output to display or null for redirecting to the list
90 90
 	 */
91 91
 	public function create()
92 92
 	{
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
 	/**
110 110
 	 * Returns a single resource
111 111
 	 *
112
-	 * @return string|null admin output to display or null for redirecting to the list
112
+	 * @return string admin output to display or null for redirecting to the list
113 113
 	 */
114 114
 	public function get()
115 115
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Selection/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 	/**
64 64
 	 * Copies a resource
65 65
 	 *
66
-	 * @return string|null admin output to display or null for redirecting to the list
66
+	 * @return string admin output to display or null for redirecting to the list
67 67
 	 */
68 68
 	public function copy()
69 69
 	{
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	/**
87 87
 	 * Creates a new resource
88 88
 	 *
89
-	 * @return string|null admin output to display or null for redirecting to the list
89
+	 * @return string admin output to display or null for redirecting to the list
90 90
 	 */
91 91
 	public function create()
92 92
 	{
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
 	/**
110 110
 	 * Returns a single resource
111 111
 	 *
112
-	 * @return string|null admin output to display or null for redirecting to the list
112
+	 * @return string admin output to display or null for redirecting to the list
113 113
 	 */
114 114
 	public function get()
115 115
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 	/**
64 64
 	 * Copies a resource
65 65
 	 *
66
-	 * @return string|null admin output to display or null for redirecting to the list
66
+	 * @return string admin output to display or null for redirecting to the list
67 67
 	 */
68 68
 	public function copy()
69 69
 	{
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	/**
87 87
 	 * Creates a new resource
88 88
 	 *
89
-	 * @return string|null admin output to display or null for redirecting to the list
89
+	 * @return string admin output to display or null for redirecting to the list
90 90
 	 */
91 91
 	public function create()
92 92
 	{
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
 	/**
110 110
 	 * Returns a single resource
111 111
 	 *
112
-	 * @return string|null admin output to display or null for redirecting to the list
112
+	 * @return string admin output to display or null for redirecting to the list
113 113
 	 */
114 114
 	public function get()
115 115
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Stock/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 	/**
64 64
 	 * Copies a resource
65 65
 	 *
66
-	 * @return string|null admin output to display or null for redirecting to the list
66
+	 * @return string admin output to display or null for redirecting to the list
67 67
 	 */
68 68
 	public function copy()
69 69
 	{
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	/**
87 87
 	 * Creates a new resource
88 88
 	 *
89
-	 * @return string|null admin output to display or null for redirecting to the list
89
+	 * @return string admin output to display or null for redirecting to the list
90 90
 	 */
91 91
 	public function create()
92 92
 	{
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
 	/**
110 110
 	 * Returns a single resource
111 111
 	 *
112
-	 * @return string|null admin output to display or null for redirecting to the list
112
+	 * @return string admin output to display or null for redirecting to the list
113 113
 	 */
114 114
 	public function get()
115 115
 	{
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Common/Factory/BaseTest.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -121,18 +121,28 @@
 block discarded – undo
121 121
 class TestAbstract
122 122
 	extends \Aimeos\Admin\JQAdm\Common\Factory\Base
123 123
 {
124
+	/**
125
+	 * @param string $classprefix
126
+	 */
124 127
 	public static function addDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context,
125 128
 		\Aimeos\Admin\JQAdm\Iface $client, $templatePaths, array $decorators, $classprefix )
126 129
 	{
127 130
 		return self::addDecorators( $context, $client, $templatePaths, $decorators, $classprefix );
128 131
 	}
129 132
 
133
+	/**
134
+	 * @param string $path
135
+	 */
130 136
 	public static function addClientDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context,
131 137
 		\Aimeos\Admin\JQAdm\Iface $client, $templatePaths, $path )
132 138
 	{
133 139
 		return self::addClientDecorators( $context, $client, $templatePaths, $path );
134 140
 	}
135 141
 
142
+	/**
143
+	 * @param string $classname
144
+	 * @param string $interface
145
+	 */
136 146
 	public static function createClientBasePublic( \Aimeos\MShop\Context\Item\Iface $context,
137 147
 		$classname, $interface, $templatePath )
138 148
 	{
Please login to merge, or discard this patch.