We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class Controller extends ModuleEngine |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var UpdateRepository |
||
| 21 | */ |
||
| 22 | private $migrations; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Controller constructor. |
||
| 26 | * @param UpdateRepository $migrations |
||
| 27 | */ |
||
| 28 | public function __construct(UpdateRepository $migrations) |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @return mixed |
||
| 35 | */ |
||
| 36 | public function index() |
||
| 41 |