Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 83.33% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class FileWriter extends OutputStreamWriter |
||
16 | { |
||
17 | /** |
||
18 | * constructor |
||
19 | * @param mixed $file ファイルオブジェクトまたはファイルパス |
||
20 | * @param bool $isAppend |
||
21 | * @param int $bufferSize |
||
22 | * @throws IOException |
||
23 | * @throws InvalidArgumentException |
||
24 | */ |
||
25 | 3 | public function __construct($file, bool $isAppend = false, int $bufferSize = 0) |
|
34 | } |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * ファイルに書き込む |
||
39 | * @param mixed $data 書き込みデータ |
||
40 | */ |
||
41 | 3 | public function write($data) |
|
46 |
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