Completed
Push — master ( d16df8...f0e5c7 )
by Aimeos
10:41
created
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
@@ -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/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
 	{
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
 	/**
110 110
 	 * Creates a new 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 create()
115 115
 	{
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
 	/**
186 186
 	 * Returns a single resource
187 187
 	 *
188
-	 * @return string|null admin output to display or null for redirecting to the list
188
+	 * @return string admin output to display or null for redirecting to the list
189 189
 	 */
190 190
 	public function get()
191 191
 	{
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
@@ -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/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.