We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 18 | class RoleRepository extends Role |
||
| 19 | { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param int $integer |
||
| 23 | * @return Role|array|null|\stdClass |
||
| 24 | */ |
||
| 25 | public function whereID(int $integer) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return Collection|\Illuminate\Support\Collection |
||
| 32 | */ |
||
| 33 | public function whereRolesGreaterOrEqualToMyAccount() |
||
| 37 | } |
||
| 38 |