Apply fixes from StyleCI

This commit is contained in:
Nabeel Shahzad
2018-08-26 16:40:04 +00:00
committed by StyleCI Bot
parent 20f46adbc4
commit 9596d88b48
407 changed files with 4032 additions and 3286 deletions

View File

@@ -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)