Total Complexity | 13 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Coverage | 88.46% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | trait LoggerUtils |
||
14 | { |
||
15 | /** |
||
16 | * デフォルトロガーフォーマッタ |
||
17 | * @return string デフォルトロガーフォーマッタ |
||
18 | */ |
||
19 | public function defaultLoggerFormatter() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * デフォルトDateTimeフォーマッタ |
||
26 | * @return string デフォルトDateTimeフォーマッタ |
||
27 | 2 | */ |
|
28 | public function defaultDateTimeFormatter() |
||
29 | 2 | { |
|
30 | return "%Y-%m-%d %H:%M:%S"; |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * ログレベルを数値に変換 |
||
35 | * ログレベルはWebStream独自、PSR-3両方対応 |
||
36 | * @param string ログレベル文字列 |
||
37 | * @throws LoggerException |
||
38 | * @return int ログレベル数値 |
||
39 | 141 | */ |
|
40 | public function toLogLevelValue(string $level) |
||
64 | } |
||
65 | } |
||
67 |
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