Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -9,7 +9,6 @@ use App\Models\User;
|
||||
|
||||
/**
|
||||
* Class PirepRepository
|
||||
* @package App\Repositories
|
||||
*/
|
||||
class PirepRepository extends Repository
|
||||
{
|
||||
@@ -30,7 +29,9 @@ class PirepRepository extends Repository
|
||||
/**
|
||||
* Get all the pending reports in order. Returns the Pirep
|
||||
* model but you still need to call ->all() or ->paginate()
|
||||
*
|
||||
* @param User|null $user
|
||||
*
|
||||
* @return Pirep
|
||||
*/
|
||||
public function getPending(User $user = null)
|
||||
@@ -47,7 +48,9 @@ class PirepRepository extends Repository
|
||||
|
||||
/**
|
||||
* Number of PIREPs that are pending
|
||||
*
|
||||
* @param User|null $user
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function getPendingCount(User $user = null)
|
||||
|
||||
Reference in New Issue
Block a user