| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class AddressController extends Controller |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Show a list of addresses. |
||
| 13 | * |
||
| 14 | * @return \Illuminate\Contracts\Support\Renderable |
||
| 15 | */ |
||
| 16 | public function index() |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Show the address form for creation. |
||
| 22 | * |
||
| 23 | * @return \Illuminate\Contracts\Support\Renderable |
||
| 24 | */ |
||
| 25 | public function create() |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Store an address. |
||
| 35 | * |
||
| 36 | * @return \Illuminate\Contracts\Support\Renderable |
||
| 37 | */ |
||
| 38 | public function store() |
||
| 42 |
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