Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Aug 29, 2018
1 parent 48aea1c commit 8c62f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Helper/EmbeddedListHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace AlterPHP\EasyAdminExtensionBundle\Helper;

use Doctrine\Common\Collections\Collection;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\ORM\Mapping\ClassMetadataInfo;
use Symfony\Component\PropertyAccess\PropertyAccess;
Expand Down
4 changes: 2 additions & 2 deletions tests/Configuration/ShowViewConfigPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function testDefaultEmbeddedListShow()
'entity' => 'MyRelation',
'filters' => array(),
'sort' => null,
)
),
),
'qux' => array('type' => 'integer'),
),
Expand Down Expand Up @@ -134,7 +134,7 @@ public function testDefinedEmbeddedListShow()
'entity' => 'Child',
'filters' => array('bar' => 'baz'),
'sort' => array('field' => 'qux', 'direction' => 'ASC'),
)
),
),
),
),
Expand Down

0 comments on commit 8c62f16

Please sign in to comment.