Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | public function runActualTask($params = []): ?string |
||
26 | { |
||
27 | $this->mu()->execMe( |
||
|
|||
28 | $this->mu()->getAboveWebRootDirLocation(), |
||
29 | 'php ' . $this->mu()->getWebRootDirLocation() . '--disable-class-file-create', |
||
30 | 'create upgrade directory: ' . $this->mu()->getWebRootDirLocation(), |
||
31 | false |
||
32 | ); |
||
33 | return null; |
||
34 | } |
||
41 |