Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed May 16, 2024
1 parent 34988e0 commit 5ef28a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioBackendBundle\DependencyInjection\CompilerPass;


use Pimcore\Bundle\StudioBackendBundle\Exception\MustImplementInterfaceException;
use Pimcore\Bundle\StudioBackendBundle\Setting\Provider\SettingsProviderInterface;
use Pimcore\Bundle\StudioBackendBundle\Setting\Service\Loader\TaggedIteratorAdapter;
Expand Down
2 changes: 1 addition & 1 deletion src/Setting/Provider/SettingsProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
interface SettingsProviderInterface
{
public function getSettings(): array;
}
}
2 changes: 1 addition & 1 deletion src/Setting/Service/SettingsServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
interface SettingsServiceInterface
{
public function getSettings(): array;
}
}

0 comments on commit 5ef28a2

Please sign in to comment.