| Total Complexity | 3 |
| Total Lines | 51 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 6 | class Shopware_Controllers_Backend_ViewSnapshots extends Shopware_Controllers_Backend_ExtJs |
||
|
|
|||
| 7 | { |
||
| 8 | |||
| 9 | public function indexAction() |
||
| 10 | { |
||
| 11 | $this->View()->loadTemplate("backend/view_snapshots/app.js"); |
||
| 12 | } |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @throws \Exception |
||
| 16 | */ |
||
| 17 | public function listAction() |
||
| 57 | ); |
||
| 58 | } |
||
| 62 |
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