| Conditions | 1 |
| Paths | 1 |
| Total Lines | 26 |
| Code Lines | 20 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | public function getClaims() |
||
| 17 | { |
||
| 18 | return [ |
||
| 19 | // profile |
||
| 20 | 'name' => 'John Smith', |
||
| 21 | 'family_name' => 'Smith', |
||
| 22 | 'given_name' => 'John', |
||
| 23 | 'middle_name' => 'Doe', |
||
| 24 | 'nickname' => 'JDog', |
||
| 25 | 'preferred_username' => 'jdogsmith77', |
||
| 26 | 'profile' => '', |
||
| 27 | 'picture' => 'avatar.png', |
||
| 28 | 'website' => 'http://www.google.com', |
||
| 29 | 'gender' => 'M', |
||
| 30 | 'birthdate' => '01/01/1990', |
||
| 31 | 'zoneinfo' => '', |
||
| 32 | 'locale' => 'US', |
||
| 33 | 'updated_at' => '01/01/2018', |
||
| 34 | |||
| 35 | 'email' => '[email protected]', |
||
| 36 | 'email_verified' => true, |
||
| 37 | // phone |
||
| 38 | 'phone_number' => '(866) 555-5555', |
||
| 39 | 'phone_number_verified' => true, |
||
| 40 | // address |
||
| 41 | 'address' => '50 any street, any state, 55555', |
||
| 42 | ]; |
||
| 45 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths