Skip to content

Commit

Permalink
Merge pull request #46 from creative-commoners/pulls/3.1/docblock
Browse files Browse the repository at this point in the history
MNT Update @methods on class docblocks
  • Loading branch information
GuySartorelli authored Dec 14, 2023
2 parents 127895e + 63484a2 commit 88b7542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Block/FileBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
use SilverStripe\Forms\FieldList;
use SilverStripe\ORM\FieldType\DBHTMLText;

/**
* @method File File()
*/
class FileBlock extends BaseElement
{
private static $has_one = [
Expand Down

0 comments on commit 88b7542

Please sign in to comment.