Completed
Pull Request — master (#1261)
by Huberty
13:19
created
lib/Doctrine/ORM/Mapping/EscapingQuoteStrategy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         if($reservedKeyList->isKeyword($class->table['name'])){
57 57
             return $platform->quoteIdentifier($class->table['name']);
58 58
         }
59
-         return $class->table['name'];
59
+            return $class->table['name'];
60 60
     }
61 61
 
62 62
     /**
Please login to merge, or discard this patch.