Completed
Pull Request — master (#116)
by Sorin Valer
03:15
created
src/Schema/Container.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
     protected function getResourceType($resource)
196 196
     {
197 197
 
198
-        if(in_array(self::DOCTRINE_PROXY_CLASS_NAME, class_implements($resource))){
198
+        if (in_array(self::DOCTRINE_PROXY_CLASS_NAME, class_implements($resource))) {
199 199
             return get_parent_class($resource);
200 200
         }
201 201
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
     protected function getResourceType($resource)
196 196
     {
197 197
 
198
-        if(in_array(self::DOCTRINE_PROXY_CLASS_NAME, class_implements($resource))){
198
+        if(in_array(self::DOCTRINE_PROXY_CLASS_NAME, class_implements($resource))) {
199 199
             return get_parent_class($resource);
200 200
         }
201 201
 
Please login to merge, or discard this patch.