Skip to content

Commit

Permalink
fix(stub): Fix the partial fields() docblock return type (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDemea committed Oct 13, 2022
1 parent 27b54d3 commit 22c5613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/stubs/partial.stub
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class DummyClass extends Partial
/**
* The partial field group.
*
* @return array
* @return \StoutLogic\AcfBuilder\FieldsBuilder
*/
public function fields()
{
Expand Down

0 comments on commit 22c5613

Please sign in to comment.