Skip to content

Commit

Permalink
Format code with php-cs-fixer
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 1344be0 according to the output
from php-cs-fixer.

Details: https://deepsource.io/gh/FriendsOfShopware/FroshTools/transform/222cd00a-66ee-49a1-b557-836a075506fb/
  • Loading branch information
deepsource-autofix[bot] authored Oct 6, 2022
1 parent 1344be0 commit 5c30901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

namespace Frosh\Tools\Components\Elasticsearch;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

namespace Frosh\Tools\DependencyInjection;

Expand Down

0 comments on commit 5c30901

Please sign in to comment.