Completed
Pull Request — master (#1)
by
unknown
12:30
created
DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 
15 15
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
16 16
 use Symfony\Component\Config\Definition\ConfigurationInterface;
17
-use Symfony\Component\HttpKernel\Kernel;
18 17
 
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
Services/AbstractSearchService.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,9 @@
 block discarded – undo
53 53
 	 * @required
54 54
 	 */
55 55
 	public function setObjectManager(EntityManagerInterface $om): void {
56
-		if($this->objectManager)
57
-			return;
56
+		if($this->objectManager) {
57
+					return;
58
+		}
58 59
 		$this->objectManager = $om;
59 60
 	}
60 61
 
Please login to merge, or discard this patch.