| Total Complexity | 5 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class Grammar |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Adds backticks to a reference. |
||
| 9 | * |
||
| 10 | * @param $reference The reference to add backticks to. |
||
|
|
|||
| 11 | * @return string The reference with backticks added. |
||
| 12 | */ |
||
| 13 | |||
| 14 | public static function rawOrBacktick($reference): string |
||
| 17 | } |
||
| 18 | |||
| 19 | public static function identifier($reference): string |
||
| 32 |
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