@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | /** |
106 | 106 | * Handle onBefore, onAfter and name |
107 | 107 | * |
108 | - * @param mixed $offset The name of the variable |
|
108 | + * @param string $offset The name of the variable |
|
109 | 109 | * @param mixed $value The value |
110 | 110 | * |
111 | 111 | * @return void |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | /** |
159 | 159 | * Generate name if it doesn't exist |
160 | 160 | * |
161 | - * @param mixed $offset The name of the variable |
|
161 | + * @param string $offset The name of the variable |
|
162 | 162 | * |
163 | 163 | * @return mixed |
164 | 164 | */ |