Completed
Push — master ( 026233...c7df97 )
by Aimeos
02:33
created
admin/jsonadm/src/Admin/JsonAdm/Base.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	 * Sets the Aimeos bootstrap object
71 71
 	 *
72 72
 	 * @param \Aimeos\Bootstrap $aimeos The Aimeos bootstrap object
73
-	 * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls
73
+	 * @return Base Reference to this object for fluent calls
74 74
 	 */
75 75
 	public function setAimeos( \Aimeos\Bootstrap $aimeos )
76 76
 	{
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 	 * Sets the view object that will generate the admin output.
99 99
 	 *
100 100
 	 * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output
101
-	 * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls
101
+	 * @return Base Reference to this object for fluent calls
102 102
 	 */
103 103
 	public function setView( \Aimeos\MW\View\Iface $view )
104 104
 	{
Please login to merge, or discard this patch.
admin/jsonadm/src/Admin/JsonAdm/Common/Decorator/Base.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 	 * Sets the Aimeos bootstrap object
155 155
 	 *
156 156
 	 * @param \Aimeos\Bootstrap $aimeos The Aimeos bootstrap object
157
-	 * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls
157
+	 * @return Base Reference to this object for fluent calls
158 158
 	 */
159 159
 	public function setAimeos( \Aimeos\Bootstrap $aimeos )
160 160
 	{
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
 	 * Sets the view object that will generate the admin output.
181 181
 	 *
182 182
 	 * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output
183
-	 * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls
183
+	 * @return Base Reference to this object for fluent calls
184 184
 	 */
185 185
 	public function setView( \Aimeos\MW\View\Iface $view )
186 186
 	{
Please login to merge, or discard this patch.