@@ -8,6 +8,7 @@ |
||
8 | 8 | * checks that the url is contains the secret code and is coming from the correct IP address (if not set to wildcard) |
9 | 9 | * @var array $codesWithIPs |
10 | 10 | * @var array $code - ID parameter in URL |
11 | + * @param string $code |
|
11 | 12 | * @return Boolean |
12 | 13 | */ |
13 | 14 | public static function permissionCheck($codesWithIPs, $code) |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | * |
31 | 31 | * @see Order::doNextStatus |
32 | 32 | * |
33 | - * @param Order object |
|
33 | + * @param Order Order |
|
34 | 34 | * |
35 | 35 | * @return bool - true if the current step is ready to be run... |
36 | 36 | **/ |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | /** |
43 | 43 | * Add a member to the order - in case he / she is not a shop admin. |
44 | 44 | * |
45 | - * @param Order object |
|
45 | + * @param Order Order |
|
46 | 46 | * |
47 | 47 | * @return bool - true if run correctly. |
48 | 48 | **/ |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | * |
31 | 31 | * @see Order::doNextStatus |
32 | 32 | * |
33 | - * @param Order object |
|
33 | + * @param Order Order |
|
34 | 34 | * |
35 | 35 | * @return bool - true if the current step is ready to be run... |
36 | 36 | **/ |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | /** |
43 | 43 | * Add a member to the order - in case he / she is not a shop admin. |
44 | 44 | * |
45 | - * @param Order object |
|
45 | + * @param Order Order |
|
46 | 46 | * |
47 | 47 | * @return bool - true if run correctly. |
48 | 48 | **/ |