Skip to content

Commit 7091ee5

Browse files
AdalbertMemSQLgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 1bf7d65 commit 7091ee5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Query/Grammar.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,8 @@ private function compileOffsetWithLimit($offset, $limit): string
258258
/**
259259
* Compile a delete statement with joins into SQL.
260260
*
261-
* @param \Illuminate\Database\Query\Builder $query
262261
* @param string $table
263262
* @param string $where
264-
* @return string
265263
*/
266264
protected function compileDeleteWithJoins(Builder $query, $table, $where): string
267265
{

0 commit comments

Comments
 (0)