Skip to content

Commit 4d578ff

Browse files
authored
Merge pull request #121 from koftikes/fixed-type-hinting
Fixed type hinting error.
2 parents c50e7dd + 3fcced4 commit 4d578ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ActiveForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* ]);
4343
* ~~~
4444
*
45-
* @method ActiveField field(Model $model, \string $attribute, array $options = [])
45+
* @method ActiveField field(Model $model, string $attribute, array $options = [])
4646
* @author Kartik Visweswaran <[email protected]>
4747
* @since 1.0
4848
*/

0 commit comments

Comments
 (0)