Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupetrini committed May 17, 2020
1 parent 18800f5 commit 733ac4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
"homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/mathieupetrini/SonataAdminBundle.git"
}
],
"require": {
"php": "^7.2",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
Expand All @@ -50,6 +44,12 @@
"symfony/options-resolver": "^4.4 || ^5.0",
"symfony/security-acl": "^3.0"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/mathieupetrini/SonataAdminBundle.git"
}
],
"conflict": {
"simplethings/entity-audit-bundle": ">=2.0",
"sonata-project/block-bundle": "<3.11"
Expand Down
1 change: 0 additions & 1 deletion src/Block/AuditBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Sonata\BlockBundle\Model\BlockInterface;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\OptionsResolver\OptionsResolver;
use Symfony\Component\Templating\EngineInterface;
use Twig\Environment;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Builder/FormContractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use Sonata\AdminBundle\Form\Type\ModelListType;
use Sonata\AdminBundle\Form\Type\ModelType;
use Sonata\AdminBundle\Model\ModelManagerInterface;
use Sonata\CoreBundle\Form\Type\CollectionType as DeprecatedCollectionType;
use Sonata\DoctrineORMAdminBundle\Builder\FormContractor;
use Sonata\DoctrineORMAdminBundle\Model\ModelManager;
use Sonata\Form\Type\CollectionType;
Expand Down
2 changes: 0 additions & 2 deletions tests/Model/ModelManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Doctrine\DBAL\Types\Type;
use Doctrine\ORM\Configuration;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\Mapping\ClassMetadataFactory;
use Doctrine\ORM\Mapping\ClassMetadataInfo;
Expand Down Expand Up @@ -59,7 +58,6 @@
use Sonata\DoctrineORMAdminBundle\Tests\Fixtures\Entity\UuidEntity;
use Sonata\DoctrineORMAdminBundle\Tests\Fixtures\Entity\VersionedEntity;
use Sonata\DoctrineORMAdminBundle\Tests\Fixtures\Util\NonIntegerIdentifierTestClass;
use Symfony\Bridge\Doctrine\RegistryInterface;

class ModelManagerTest extends TestCase
{
Expand Down

0 comments on commit 733ac4d

Please sign in to comment.