1 | <?php |
||
9 | final class YamlDecoderType implements DecoderTypeInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var int |
||
13 | */ |
||
14 | private $flags; |
||
15 | |||
16 | /** |
||
17 | * @param int $flags |
||
18 | */ |
||
19 | public function __construct(int $flags = 0) |
||
23 | |||
24 | /** |
||
25 | * @return string |
||
26 | */ |
||
27 | public function getContentType(): string |
||
31 | |||
32 | /** |
||
33 | * @param string $data |
||
34 | * |
||
35 | * @return array |
||
36 | * |
||
37 | * @throws DecoderException |
||
38 | */ |
||
39 | public function decode(string $data): array |
||
47 | } |
||
48 |
Scrutinizer analyzes your
composer.json
/composer.lock
file if available to determine the classes, and functions that are defined by your dependencies.It seems like the listed class was neither found in your dependencies, nor was it found in the analyzed files in your repository. If you are using some other form of dependency management, you might want to disable this analysis.