diff options
Diffstat (limited to 'src/Components/SetOperation.php')
-rw-r--r-- | src/Components/SetOperation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/SetOperation.php b/src/Components/SetOperation.php index 9439d88..83f2e55 100644 --- a/src/Components/SetOperation.php +++ b/src/Components/SetOperation.php @@ -38,7 +38,7 @@ class SetOperation extends Component * Constructor. * * @param string $column Field's name.. - * @param string $value New value. + * @param string $value new value */ public function __construct($column = null, $value = null) { |