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

Commit 7d8d391

Browse files
authored
Update Delete.php
1 parent 66e888e commit 7d8d391

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/QueryBuilder/Instruction/Delete.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*
1111
* @package Deimos\QueryBuilder\Instruction
1212
*
13-
* @method $this where($field, $operatorOrValue, $value = null)
14-
* @method $this whereOr($field, $operatorOrValue, $value = null)
15-
* @method $this whereXor($field, $operatorOrValue, $value = null)
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 Delete extends Instruction
1818
{
@@ -35,4 +35,4 @@ protected function operators()
3535
];
3636
}
3737

38-
}
38+
}

0 commit comments

Comments
 (0)