Skip to content

Commit 78afbcb

Browse files
authored
[7.x] Fix doclocks (#33809)
1 parent f2c5e1d commit 78afbcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Database/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ public function forNestedWhere()
14371437
/**
14381438
* Add another query builder as a nested where to the query builder.
14391439
*
1440-
* @param $this $query
1440+
* @param \Illuminate\Database\Query\Builder $query
14411441
* @param string $boolean
14421442
* @return $this
14431443
*/

src/Illuminate/Http/Client/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public function assertNothingSent()
221221
/**
222222
* Assert how many requests have been recorded.
223223
*
224-
* @param $count
224+
* @param int $count
225225
* @return void
226226
*/
227227
public function assertSentCount($count)

0 commit comments

Comments
 (0)