Skip to content

Commit

Permalink
Merge pull request #121 from koftikes/fixed-type-hinting
Browse files Browse the repository at this point in the history
Fixed type hinting error.
  • Loading branch information
kartik-v authored Sep 5, 2019
2 parents c50e7dd + 3fcced4 commit 4d578ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActiveForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* ]);
* ~~~
*
* @method ActiveField field(Model $model, \string $attribute, array $options = [])
* @method ActiveField field(Model $model, string $attribute, array $options = [])
* @author Kartik Visweswaran <[email protected]>
* @since 1.0
*/
Expand Down

0 comments on commit 4d578ff

Please sign in to comment.