left over code style issues

This commit is contained in:
Ferdinand Kuhl 2023-02-07 16:57:50 +01:00
parent b77e4f391b
commit f54dded1e0
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ class SettingsService implements ServiceInterface
/**
* @var array
*/
protected array $items = array();
protected array $items = [];
public function getItems(string $forPath = null): \Iterator
{

View file

@ -12,9 +12,9 @@ namespace DigiComp\Menu;
* source code.
*/
use Neos\Flow\Configuration\ConfigurationManager;
use Neos\Flow\Core\Bootstrap;
use Neos\Flow\Package\Package as BasePackage;
use Neos\Flow\Configuration\ConfigurationManager;
/**
* Package base class of the DigiComp.Menu package.