Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Oct 22, 2018
1 parent 7831c89 commit f45139a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Configuration/ShortFormTypeConfigPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ private function replaceShortFormTypesInObjectConfig(array $objectConfig)
$shortFormTypes = $this->getShortFormTypes();

foreach (static::$configWithFormPaths as $configWithFormPath) {

$propertyAccessor = PropertyAccess::createPropertyAccessor();
$configPathItem = $propertyAccessor->getValue($objectConfig, $configWithFormPath);

Expand Down
1 change: 0 additions & 1 deletion src/EventListener/MongoOdmPostQueryBuilderSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace AlterPHP\EasyAdminExtensionBundle\EventListener;

use AlterPHP\EasyAdminMongoOdmBundle\Event\EasyAdminMongoOdmEvents;
use Doctrine\ODM\MongoDB\MongoDBException;
use Doctrine\ODM\MongoDB\Query\Builder as QueryBuilder;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\EventDispatcher\GenericEvent;
Expand Down

0 comments on commit f45139a

Please sign in to comment.