Completed
Push — master ( d16df8...f0e5c7 )
by Aimeos
10:41
created
admin/jqadm/src/Admin/JQAdm/Common/Admin/Factory/Base.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects
28 28
 	 * @param array $templatePaths Associative list of the file system paths to the core or the extensions as key
29 29
 	 * 	and a list of relative paths inside the core or the extension as values
30
-	 * @param \Aimeos\Admin\JQAdm\Iface $client Admin object
31 30
 	 */
32 31
 	public function __construct( \Aimeos\MShop\Context\Item\Iface $context, array $templatePaths )
33 32
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Bundle/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Returns a single resource
109 109
 	 *
110
-	 * @return string|null admin output to display or null for redirecting to the list
110
+	 * @return string admin output to display or null for redirecting to the list
111 111
 	 */
112 112
 	public function get()
113 113
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Category/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Returns a single resource
109 109
 	 *
110
-	 * @return string|null admin output to display or null for redirecting to the list
110
+	 * @return string admin output to display or null for redirecting to the list
111 111
 	 */
112 112
 	public function get()
113 113
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Characteristic/Attribute/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Returns a single resource
109 109
 	 *
110
-	 * @return string|null admin output to display or null for redirecting to the list
110
+	 * @return string admin output to display or null for redirecting to the list
111 111
 	 */
112 112
 	public function get()
113 113
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Characteristic/Property/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Returns a single resource
109 109
 	 *
110
-	 * @return string|null admin output to display or null for redirecting to the list
110
+	 * @return string admin output to display or null for redirecting to the list
111 111
 	 */
112 112
 	public function get()
113 113
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Characteristic/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Returns a single resource
109 109
 	 *
110
-	 * @return string|null admin output to display or null for redirecting to the list
110
+	 * @return string admin output to display or null for redirecting to the list
111 111
 	 */
112 112
 	public function get()
113 113
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Download/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 	/**
149 149
 	 * Returns a single resource
150 150
 	 *
151
-	 * @return string|null admin output to display or null for redirecting to the list
151
+	 * @return string admin output to display or null for redirecting to the list
152 152
 	 */
153 153
 	public function get()
154 154
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Image/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Returns a single resource
109 109
 	 *
110
-	 * @return string|null admin output to display or null for redirecting to the list
110
+	 * @return string admin output to display or null for redirecting to the list
111 111
 	 */
112 112
 	public function get()
113 113
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Physical/Standard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * Copies a resource
63 63
 	 *
64
-	 * @return string|null admin output to display or null for redirecting to the list
64
+	 * @return string admin output to display or null for redirecting to the list
65 65
 	 */
66 66
 	public function copy()
67 67
 	{
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * Creates a new resource
86 86
 	 *
87
-	 * @return string|null admin output to display or null for redirecting to the list
87
+	 * @return string admin output to display or null for redirecting to the list
88 88
 	 */
89 89
 	public function create()
90 90
 	{
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Returns a single resource
109 109
 	 *
110
-	 * @return string|null admin output to display or null for redirecting to the list
110
+	 * @return string admin output to display or null for redirecting to the list
111 111
 	 */
112 112
 	public function get()
113 113
 	{
Please login to merge, or discard this patch.