| Total Complexity | 3 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | abstract class AbstractEcondaQuery |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @var \Generated\Shared\Transfer\LocaleTransfer |
||
| 17 | */ |
||
| 18 | protected $locale; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | abstract protected function prepareQuery(); |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return $this |
||
| 27 | */ |
||
| 28 | public function prepare() |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return \Generated\Shared\Transfer\LocaleTransfer |
||
| 37 | */ |
||
| 38 | public function getLocale() |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @param \Generated\Shared\Transfer\LocaleTransfer $locale |
||
| 45 | * |
||
| 46 | * @return $this |
||
| 47 | */ |
||
| 48 | public function setLocale(LocaleTransfer $locale) |
||
| 56 |
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