| Total Complexity | 1 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class ApplicationState |
||
| 14 | { |
||
| 15 | public $script_id; |
||
| 16 | public $machine_id; |
||
| 17 | |||
| 18 | public $script_config; |
||
| 19 | public $schedule; |
||
| 20 | public $proxy; |
||
| 21 | public $credentials; |
||
| 22 | |||
| 23 | public $paused; |
||
| 24 | public $active; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * ApplicationState constructor. |
||
| 28 | * @param Application app |
||
| 29 | */ |
||
| 30 | public function __construct(Application $app) |
||
| 42 |
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.