| Total Complexity | 9 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class Translator extends BaseTranslator |
||
| 9 | { |
||
| 10 | public function addDatabaseResources() |
||
| 11 | { |
||
| 12 | return parent::addDatabaseResources(); |
||
| 13 | } |
||
| 14 | |||
| 15 | public function removeCacheFile($locale) |
||
| 16 | { |
||
| 17 | return parent::removeCacheFile($locale); |
||
| 18 | } |
||
| 19 | |||
| 20 | public function removeLocalesCacheFiles(array $locales) |
||
| 21 | { |
||
| 22 | return parent::removeLocalesCacheFiles($locales); |
||
| 23 | } |
||
| 24 | |||
| 25 | protected function invalidateSystemCacheForFile($path) |
||
| 28 | } |
||
| 29 | |||
| 30 | public function getFormats() |
||
| 31 | { |
||
| 32 | return parent::getFormats(); |
||
| 33 | } |
||
| 34 | |||
| 35 | public function getLoader($format) |
||
| 36 | { |
||
| 37 | return parent::getLoader($format); |
||
| 38 | } |
||
| 39 | |||
| 40 | public function trans($id, array $parameters = [], $domain = null, $locale = null) |
||
| 48 | } |
||
| 49 | } |
||
| 50 |
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