Skip to content

Commit

Permalink
no inheritdoc phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 17, 2021
1 parent 947caa6 commit d6ed6c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Form/Control/Lookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,6 @@ protected function renderView(): void
parent::renderView();
}

/**
* Convert value to expected comma separated list before setting it.
*
* {@inheritdoc}
*/
public function set($value = null, $junk = null)
{
$value = implode(',', (array) $value);
Expand Down

0 comments on commit d6ed6c3

Please sign in to comment.