| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 20 | class JsonObjectWriteStreamPlugin extends AbstractPlugin implements OutputStreamPluginInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var string |
||
| 24 | */ |
||
| 25 | protected const PLUGIN_NAME = 'JsonObjectWriteStreamPlugin'; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritDoc} |
||
| 29 | * |
||
| 30 | * @api |
||
| 31 | * |
||
| 32 | * @param string $path |
||
| 33 | * |
||
| 34 | * @return \SprykerMiddleware\Shared\Process\Stream\WriteStreamInterface |
||
| 35 | */ |
||
| 36 | public function getOutputStream(string $path): WriteStreamInterface |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritDoc} |
||
| 45 | * |
||
| 46 | * @api |
||
| 47 | * |
||
| 48 | * @return string |
||
| 49 | */ |
||
| 50 | public function getName(): string |
||
| 55 |
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