Completed
Push — master ( a16ed8...b80d48 )
by Guillaume
07:23
created
src/Starkerxp/StructureBundle/Manager/AbstractManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         return $this->repository;
139 139
     }
140 140
 
141
-    public function clear(){
141
+    public function clear() {
142 142
         $this->entityManager->clear();
143 143
     }
144 144
 
Please login to merge, or discard this patch.