Completed
Pull Request — master (#571)
by Antoine
03:38
created
src/Bridge/Doctrine/Orm/ItemDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
             $identifierValuesArray = [];
141 141
 
142 142
             // then, loop through doctrine metadata identifiers to keep the same identifiers order
143
-            foreach($doctrineMetadataIdentifier as $metadataIdentifierKey) {
143
+            foreach ($doctrineMetadataIdentifier as $metadataIdentifierKey) {
144 144
                 $identifierValuesArray[] = $identifiersMap[$metadataIdentifierKey];
145 145
             }
146 146
 
Please login to merge, or discard this patch.