Skip to content

Commit

Permalink
Dev: Comment styling from csfixer
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Dec 23, 2024
1 parent 35625cf commit d584d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ class Options extends Ext
* Constructor.
*
* @param string|callable $table As a string this is the database table name - see `->table()`. If given as a function, then it is passed to `->fn()` as a custom function.
* @param string $value The database column name to use as the value for the options - see `->value()`
* @param string $label The database column name to use as the label for the options - see `->label()`.
* @param string $value The database column name to use as the value for the options - see `->value()`
* @param string $label The database column name to use as the label for the options - see `->label()`.
*/
public function __construct($table = null, $value = null, $label = null)
{
Expand Down

0 comments on commit d584d89

Please sign in to comment.