| Total Complexity | 5 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class Output extends Symfony_output { |
||
| 23 | /** |
||
| 24 | * @var string |
||
| 25 | */ |
||
| 26 | protected $buffer = ''; |
||
| 27 | /** |
||
| 28 | * @var resource |
||
| 29 | */ |
||
| 30 | protected $stream; |
||
| 31 | public function __construct ($verbosity = self::VERBOSITY_NORMAL, $decorated = false, OutputFormatterInterface $formatter = null) { |
||
| 32 | $this->stream = fopen(STORAGE.'/Composer/last_execution.log', 'w'); |
||
| 33 | parent::__construct($verbosity, $decorated, $formatter); |
||
| 34 | } |
||
| 35 | /** |
||
| 36 | * @return string |
||
| 37 | */ |
||
| 38 | public function get_buffer () { |
||
| 40 | } |
||
| 41 | /** |
||
| 42 | * @param string $message |
||
| 43 | * @param bool $newline |
||
| 44 | */ |
||
| 45 | protected function doWrite ($message, $newline) { |
||
| 56 | ] |
||
| 57 | ); |
||
| 58 | } |
||
| 59 | public function __destruct () { |
||
| 63 |
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