File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Neos.Flow/Classes/Persistence/Doctrine Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ protected function applySecondLevelCacheSettingsToConfiguration(array $configure
217217 *
218218 * @param Configuration $config
219219 * @param EntityManager $entityManager
220- * @throws DbalException
220+ * @throws DBALException
221221 */
222222 public function enhanceEntityManager (Configuration $ config , EntityManager $ entityManager ): void
223223 {
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ public function getResult()
203203 $ message = $ this ->throwableStorage ->logThrowable ($ ormException );
204204 $ this ->logger ->error ($ message , LogEnvironment::fromMethodName (__METHOD__ ));
205205 return [];
206- } catch (DbalException $ dbalException ) {
206+ } catch (DBALException $ dbalException ) {
207207 $ message = $ this ->throwableStorage ->logThrowable ($ dbalException );
208208 $ this ->logger ->debug ($ message );
209209
You can’t perform that action at this time.
0 commit comments