From d584d898ac6a3d5cadd784a4a086073032cdbdfc Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 23 Dec 2024 16:38:08 +0000 Subject: [PATCH] Dev: Comment styling from csfixer --- Editor/Options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/Options.php b/Editor/Options.php index 8d76f37..0ba5db4 100644 --- a/Editor/Options.php +++ b/Editor/Options.php @@ -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) {