Skip to content

Commit d6ed6c3

Browse files
committed
no inheritdoc phpdoc
1 parent 947caa6 commit d6ed6c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Form/Control/Lookup.php

-5
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,6 @@ protected function renderView(): void
454454
parent::renderView();
455455
}
456456

457-
/**
458-
* Convert value to expected comma separated list before setting it.
459-
*
460-
* {@inheritdoc}
461-
*/
462457
public function set($value = null, $junk = null)
463458
{
464459
$value = implode(',', (array) $value);

0 commit comments

Comments
 (0)