Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class ServerController extends AbstractController |
||
13 | { |
||
14 | protected $server; |
||
15 | |||
16 | public function __construct(Server $server, LoggerInterface $logger = null) |
||
21 | } |
||
22 | } |
||
23 | |||
24 | # This single method serves ALL the xml-rpc requests. |
||
25 | # The configuration for which xml-rpc methods exist and how they are handled is carried out in the service definition |
||
26 | # of the Server in the constructor |
||
27 | #[Route('/xmlrpc', name: 'xml_rpc', methods: ['POST'])] |
||
36 |
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