We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee8563 commit b67db3cCopy full SHA for b67db3c
1 file changed
system/Model.php
@@ -493,7 +493,7 @@ public function first()
493
//--------------------------------------------------------------------
494
495
/**
496
- *
+
497
* Captures the builder's set() method so that we can validate the
498
* data here. This allows it to be used with any of the other
499
* builder methods and still get validated data, like replace.
@@ -502,7 +502,7 @@ public function first()
502
* @param string $value Field value, if $key is a single field
503
* @param boolean $escape Whether to escape values and identifiers
504
*
505
- * @return BaseBuilder
+ * @return $this
506
*/
507
public function set($key, ?string $value = '', bool $escape = null)
508
{
0 commit comments