Conditions | 3 |
Paths | 3 |
Total Lines | 10 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
43 | public function delete($params) |
||
44 | { |
||
45 | $params = Authorization::extractParamsFromHeaderString(Yii::$app->request->getHeaders()->get(HMACSignatureAuth::AUTHORIZATION_HEADER)); |
||
46 | if ($params) { |
||
47 | if ($token = $this->getTokenFromAccessToken($params['access_token'])) { |
||
48 | return (bool)$token->delete(); |
||
49 | } |
||
50 | } |
||
51 | |||
52 | return false; |
||
53 | } |
||
78 |
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