Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
38 | public function toArray(): array |
||
39 | { |
||
40 | return [ |
||
41 | 'editor' => $this->getEditor(), |
||
42 | 'homestead-sites-path' => $this->getHomesteadSitesPath(), |
||
43 | 'local-sites-path' => $this->getLocalSitesPath(), |
||
44 | 'theme' => $this->getTheme(), |
||
45 | 'directorySeparator' => DIRECTORY_SEPARATOR, |
||
46 | ]; |
||
47 | } |
||
48 | |||
54 |