We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ 79-89 (lines=11) @@ | ||
| 76 | * |
|
| 77 | * @return array |
|
| 78 | **/ |
|
| 79 | private function getGuardTypes() |
|
| 80 | { |
|
| 81 | $guards = config('auth.guards'); |
|
| 82 | ||
| 83 | $returnable = []; |
|
| 84 | foreach ($guards as $key => $details) { |
|
| 85 | $returnable[$key] = $key; |
|
| 86 | } |
|
| 87 | ||
| 88 | return $returnable; |
|
| 89 | } |
|
| 90 | } |
|
| 91 | ||
| @@ 98-108 (lines=11) @@ | ||
| 95 | * |
|
| 96 | * @return array |
|
| 97 | **/ |
|
| 98 | private function getGuardTypes() |
|
| 99 | { |
|
| 100 | $guards = config('auth.guards'); |
|
| 101 | ||
| 102 | $returnable = []; |
|
| 103 | foreach ($guards as $key => $details) { |
|
| 104 | $returnable[$key] = $key; |
|
| 105 | } |
|
| 106 | ||
| 107 | return $returnable; |
|
| 108 | } |
|
| 109 | } |
|
| 110 | ||