Fix more PHPDoc (#12665)

* Fix PHPDoc

* Fix PHPDoc
This commit is contained in:
Jellyfrog
2021-03-28 19:18:47 +02:00
committed by GitHub
parent 9946fe8b15
commit efb157f5fb
35 changed files with 47 additions and 54 deletions

View File

@@ -115,7 +115,7 @@ class Notification extends Model
/**
* @param Builder<Notification> $query
* @return $this
* @return Builder<Notification>
*/
public function scopeLimit(Builder $query)
{