Skip to content

Commit

Permalink
Merge pull request #2822 from neos/analysis-5ZMvDx
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
daniellienert authored May 3, 2022
2 parents 4a1999e + cef47f3 commit 8b4723e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function onFlush(OnFlushEventArgs $args)
}

/**
* Execute a dummy query on the given connection and return false if
* Execute a dummy query on the given connection and return false if
*/
protected function ping(Connection $connection): bool
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Exception as DBALException;
use Doctrine\DBAL\Exception\ConnectionException;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\Event\OnFlushEventArgs;
use Doctrine\ORM\UnitOfWork;
Expand Down

0 comments on commit 8b4723e

Please sign in to comment.