No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
17 | 17 | use Illuminate\Contracts\Support\Arrayable; |
|
18 | 18 | use Illuminate\Contracts\Support\Jsonable; |
|
19 | 19 | use Illuminate\Support\Arr; |
|
20 | + | use Illuminate\Support\Str; |
|
20 | 21 | use JsonSerializable; |
|
21 | 22 | use Tymon\JWTAuth\Claims\Claim; |
|
22 | 23 | use Tymon\JWTAuth\Claims\Collection; |
286 | 287 | } |
|
287 | 288 | } |
|
288 | 289 | ||
289 | - | throw new BadMethodCallException(sprintf('The claim [%s] does not exist on the payload.', $method)); |
|
290 | + | throw new BadMethodCallException(sprintf('The claim [%s] does not exist on the payload.', Str::after($method, 'get'))); |
|
290 | 291 | } |
|
291 | 292 | } |
Learn more Showing 2 files with coverage changes found.
src/Claims/Collection.php
src/Factory.php
Files | Complexity | Coverage |
---|---|---|
src | ø | 0.02% 93.84% |
Project Totals (41 files) | 367 | 93.84% |
#2065
95e9e62
#2065
d481fd8
2717108
e79fe01
477966d
#2065
ab6c119
#2065
6cb4052
#2065
192aca0
ae3705d
#2065
c297c3a
#2065
05e41e1
#2065
66bf6c1
#2065
58e2b9e
#2065
e875238
cd787a7
e94ec8d
298ebf6
#2065
b108b12
#2065
a2d41c8
#2065
6c8b065
e588cb7