| Conditions | 2 |
| Paths | 2 |
| Total Lines | 13 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 26 | public function expand( |
||
| 27 | MiniCartViewTransfer $miniCartViewTransfer, |
||
| 28 | QuoteTransfer $quoteTransfer, |
||
| 29 | ): MiniCartViewTransfer { |
||
| 30 | if (!$miniCartViewTransfer->getCounterOnly()) { |
||
| 31 | $content = $this->getFactory() |
||
| 32 | ->getTwigEnvironment() |
||
| 33 | ->render('@ShopUi/components/organisms/navigation-top-async/navigation-top-async.twig'); |
||
| 34 | |||
| 35 | $miniCartViewTransfer->setContent($content); |
||
| 36 | } |
||
| 37 | |||
| 38 | return $miniCartViewTransfer; |
||
| 39 | } |
||
| 41 |
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