Test Setup Failed
Push — develop ( 082d66...6f26e1 )
by Guilherme
63:04
created
lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
         $columnList[] = parent::getSelectColumnsSQL();
39 39
 
40
-         // Append discriminator column
40
+            // Append discriminator column
41 41
         $discrColumn      = $this->class->discriminatorColumn;
42 42
         $discrTableAlias  = $this->getSQLTableAlias($discrColumn->getTableName());
43 43
         $discrColumnName  = $discrColumn->getColumnName();
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Hydration/ResultSetMappingTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -203,8 +203,8 @@
 block discarded – undo
203 203
     }
204 204
 
205 205
         /**
206
-     * @group DDC-1663
207
-     */
206
+         * @group DDC-1663
207
+         */
208 208
     public function testAddNamedNativeQueryResultSetMappingWithoutFields()
209 209
     {
210 210
         $cm = new ClassMetadata(CmsUser::class, $this->metadataBuildingContext);
Please login to merge, or discard this patch.