| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | final class I18nProvider extends ServiceProvider |
||
| 20 | { |
||
| 21 | private string $locale; |
||
| 22 | private string $translatePath; |
||
| 23 | |||
| 24 | 8 | public function __construct(string $locale, string $translatePath) |
|
| 28 | 8 | } |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @suppress PhanAccessMethodProtected |
||
| 32 | */ |
||
| 33 | 8 | public function register(Container $container): void |
|
| 53 |
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