Total Complexity | 6 |
Total Lines | 63 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
6 | class Organisation extends Connection { |
||
|
|||
7 | |||
8 | private $organisation = '/organisation'; |
||
9 | private $api = '/api'; |
||
10 | private $v2 = '/v2'; |
||
11 | |||
12 | private $headers = [ |
||
13 | 'content-type' => 'application/json' |
||
14 | ]; |
||
15 | |||
16 | /** |
||
17 | * Get the Learning Locker Statement Forward by ID. |
||
18 | * |
||
19 | * @param $id |
||
20 | * @return $response |
||
21 | */ |
||
22 | public function get() { |
||
35 | } |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Get the Learning Locker Organisation Name. |
||
40 | * |
||
41 | * @param $org |
||
42 | * @return $response, false |
||
43 | */ |
||
44 | public function id() { |
||
52 | } |
||
53 | |||
54 | /** |
||
55 | * Get the Learning Locker Organisation Name. |
||
56 | * |
||
57 | * @param $org |
||
58 | * @return $response, false |
||
59 | */ |
||
60 | public function name() |
||
73 |
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