@@ -164,7 +164,6 @@ |
||
164 | 164 | * deal with type check within the action method and throuw exceptions |
165 | 165 | * when the expected type is not met. |
166 | 166 | * |
167 | - * @param mixed $value with a default string. |
|
168 | 167 | * |
169 | 168 | * @return string |
170 | 169 | */ |
@@ -20,7 +20,6 @@ discard block |
||
20 | 20 | /** |
21 | 21 | * Set the view to be used for the layout. |
22 | 22 | * |
23 | - * @param array $view configuration to create up the view. |
|
24 | 23 | * |
25 | 24 | * @return $this |
26 | 25 | */ |
@@ -33,7 +32,6 @@ discard block |
||
33 | 32 | /** |
34 | 33 | * Set the view to be used for the layout. |
35 | 34 | * |
36 | - * @param array $view configuration to create up the view. |
|
37 | 35 | * |
38 | 36 | * @return $this |
39 | 37 | */ |
@@ -46,9 +44,8 @@ discard block |
||
46 | 44 | /** |
47 | 45 | * Set the view to be used for the layout. |
48 | 46 | * |
49 | - * @param array $view configuration to create up the view. |
|
50 | 47 | * |
51 | - * @return $this |
|
48 | + * @return string |
|
52 | 49 | */ |
53 | 50 | public function validateIp($ip) |
54 | 51 | { |
@@ -69,9 +66,8 @@ discard block |
||
69 | 66 | /** |
70 | 67 | * Set the view to be used for the layout. |
71 | 68 | * |
72 | - * @param array $view configuration to create up the view. |
|
73 | 69 | * |
74 | - * @return $this |
|
70 | + * @return string |
|
75 | 71 | */ |
76 | 72 | public function getDomain($ip) |
77 | 73 | { |
@@ -91,7 +87,6 @@ discard block |
||
91 | 87 | /** |
92 | 88 | * Set the view to be used for the layout. |
93 | 89 | * |
94 | - * @param array $view configuration to create up the view. |
|
95 | 90 | * |
96 | 91 | * @return $this |
97 | 92 | */ |