Skip to content

Commit 68a2ef4

Browse files
committed
Removing useless break
1 parent 8815049 commit 68a2ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DependencyInjection/DoctrineAdapterExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ protected function createDoctrineCacheDefinition(
160160
throw new \InvalidArgumentException(
161161
sprintf('The cache provider type "%s" is not yet implemented.', $type)
162162
);
163-
break;
164163
}
165164

166165
// Add the definition to the container

0 commit comments

Comments
 (0)