Skip to content
Snippets Groups Projects

[TASK] Make LFEditor work under PHP 5

Merged Ryan Klarhölter requested to merge (removed):master into master
3 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -77,7 +77,7 @@ class ConfigurationService extends AbstractService {
* @return array
* @throws \InvalidArgumentException
*/
public function prepareConfig(): array {
public function prepareConfig() {
if (!empty($this->extConfig)) {
return $this->extConfig;
}
@@ -171,7 +171,7 @@ class ConfigurationService extends AbstractService {
* @throws LFException raised if no extensions are found
* @return array
*/
public function menuExtList(): array {
public function menuExtList() {
// search extensions
$tmpExtList = [];
try {
Loading