Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply fixes from StyleCI #2447

Merged
merged 1 commit into from Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -12,7 +12,6 @@
*/

use Neos\Utility\ObjectAccess;
use Neos\Flow\Persistence\Exception as PersistenceException;

/**
* The Flow Persistence Manager base class
Expand Down
2 changes: 0 additions & 2 deletions Neos.Flow/Classes/Persistence/AllowedObjectsContainer.php
Expand Up @@ -11,8 +11,6 @@
* source code.
*/

use Neos\Utility\ObjectAccess;
use Neos\Flow\Persistence\Exception as PersistenceException;

/**
* A container for the list of allowed objects to be persisted during this request.
Expand Down
Expand Up @@ -113,5 +113,4 @@ protected function throwExceptionIfObjectIsNotAllowed($object)
throw new PersistenceException($message, 1377788621);
}
}

}
2 changes: 0 additions & 2 deletions Neos.Flow/Classes/Persistence/Doctrine/PersistenceManager.php
Expand Up @@ -12,9 +12,7 @@
*/

use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Exception\ConnectionException;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Event\OnFlushEventArgs;
use Doctrine\ORM\Tools\SchemaTool;
use Neos\Flow\Annotations as Flow;
use Neos\Flow\Log\ThrowableStorageInterface;
Expand Down