Completed
Pull Request — master (#364)
by Aimeos
02:02
created
src/Aimeos/Shop/Facades/Order.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Returns a new order frontend controller object
21 21
 	 *
22
-	 * @return \Aimeos\Controller\Frontend\Order\Iface
22
+	 * @return \Aimeos\Controller\Frontend\Iface
23 23
 	 */
24 24
 	protected static function getFacadeAccessor()
25 25
 	{
Please login to merge, or discard this patch.
src/Aimeos/Shop/Facades/Product.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Returns a new product frontend controller object
21 21
 	 *
22
-	 * @return \Aimeos\Controller\Frontend\Product\Iface
22
+	 * @return \Aimeos\Controller\Frontend\Iface
23 23
 	 */
24 24
 	protected static function getFacadeAccessor()
25 25
 	{
Please login to merge, or discard this patch.
src/Aimeos/Shop/Facades/Service.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Returns a new service frontend controller object
21 21
 	 *
22
-	 * @return \Aimeos\Controller\Frontend\Service\Iface
22
+	 * @return \Aimeos\Controller\Frontend\Iface
23 23
 	 */
24 24
 	protected static function getFacadeAccessor()
25 25
 	{
Please login to merge, or discard this patch.
src/Aimeos/Shop/Facades/Stock.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Returns a new stock frontend controller object
21 21
 	 *
22
-	 * @return \Aimeos\Controller\Frontend\Stock\Iface
22
+	 * @return \Aimeos\Controller\Frontend\Iface
23 23
 	 */
24 24
 	protected static function getFacadeAccessor()
25 25
 	{
Please login to merge, or discard this patch.
src/Aimeos/Shop/Facades/Subscription.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Returns a new subscription frontend controller object
21 21
 	 *
22
-	 * @return \Aimeos\Controller\Frontend\Subscription\Iface
22
+	 * @return \Aimeos\Controller\Frontend\Iface
23 23
 	 */
24 24
 	protected static function getFacadeAccessor()
25 25
 	{
Please login to merge, or discard this patch.
src/Aimeos/Shop/Facades/Supplier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Returns a new supplier frontend controller object
21 21
 	 *
22
-	 * @return \Aimeos\Controller\Frontend\Supplier\Iface
22
+	 * @return \Aimeos\Controller\Frontend\Iface
23 23
 	 */
24 24
 	protected static function getFacadeAccessor()
25 25
 	{
Please login to merge, or discard this patch.
src/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 	 * Returns the configuration setting for the given key
14 14
 	 *
15 15
 	 * @param string $key Configuration key
16
-	 * @param mixed $default Default value if the configuration key isn't found
16
+	 * @param string $default Default value if the configuration key isn't found
17 17
 	 * @return mixed Configuration value
18 18
 	 */
19 19
 	function aiconfig( $key, $default = null )
Please login to merge, or discard this patch.