Skip to content

Commit

Permalink
Update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 10, 2019
1 parent a620fb8 commit a201b57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/View/Widget/WidgetInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ interface WidgetInterface
public function render(array $data, ContextInterface $context): string;

/**
* Returns a list of fields that need to be secured for
* this widget. Fields are in the form of Model[field][suffix]
* Returns a list of fields that need to be secured for this widget.
*
* @param array $data The data to render.
* @return string[] Array of fields to secure.
Expand Down

0 comments on commit a201b57

Please sign in to comment.