Skip to content

Commit

Permalink
🎨 Improve the block stub docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 26, 2024
1 parent ec2d59a commit 0f4a39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/stubs/block.construct.stub
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class DummyClass extends Block
}

/**
* Assets to be enqueued when rendering the block.
* Assets enqueued when rendering the block.
*
* @param array $block
* @return void
Expand Down
2 changes: 1 addition & 1 deletion src/Console/stubs/block.stub
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class DummyClass extends Block
}

/**
* Assets to be enqueued when rendering the block.
* Assets enqueued when rendering the block.
*
* @param array $block
* @return void
Expand Down

0 comments on commit 0f4a39e

Please sign in to comment.