Skip to content

Commit b67db3c

Browse files
authored
Update Model.php
1 parent fee8563 commit b67db3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Model.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function first()
493493
//--------------------------------------------------------------------
494494

495495
/**
496-
*
496+
497497
* Captures the builder's set() method so that we can validate the
498498
* data here. This allows it to be used with any of the other
499499
* builder methods and still get validated data, like replace.
@@ -502,7 +502,7 @@ public function first()
502502
* @param string $value Field value, if $key is a single field
503503
* @param boolean $escape Whether to escape values and identifiers
504504
*
505-
* @return BaseBuilder
505+
* @return $this
506506
*/
507507
public function set($key, ?string $value = '', bool $escape = null)
508508
{

0 commit comments

Comments
 (0)