Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit da738fe

Browse files
authored
Update Update.php
1 parent f70a62d commit da738fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/QueryBuilder/Instruction/Update.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* Class Update
1010
*
1111
* @package Deimos\QueryBuilder\Instruction
12-
*
13-
* @method $this where($field, $operatorOrValue, $value = null)
14-
* @method $this whereOr($field, $operatorOrValue, $value = null)
15-
* @method $this whereXor($field, $operatorOrValue, $value = null)
12+
*
13+
* @method $this where($fieldOrStorage, $operatorOrValue = null, $value = null)
14+
* @method $this whereOr($fieldOrStorage, $operatorOrValue = null, $value = null)
15+
* @method $this whereXor($fieldOrStorage, $operatorOrValue = null, $value = null)
1616
*/
1717
class Update extends Instruction
1818
{
@@ -39,4 +39,4 @@ protected function operators()
3939
];
4040
}
4141

42-
}
42+
}

0 commit comments

Comments
 (0)