| Conditions | 4 |
| Paths | 8 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 4 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | 5 | public function __construct(array $credentials = []) |
|
| 27 | { |
||
| 28 | 5 | $this->clientId = isset($credentials[self::CLIENT_ID]) ? $credentials[self::CLIENT_ID] : null; |
|
| 29 | 5 | $this->clientSecret = isset($credentials[self::CLIENT_SECRET]) ? $credentials[self::CLIENT_SECRET] : null; |
|
| 30 | 5 | $this->scope = isset($credentials[self::SCOPE]) ? $credentials[self::SCOPE] : null; |
|
| 31 | 5 | } |
|
| 88 |
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