Test Failed
Push — develop ( 10da16...c19264 )
by Luís
63:31
created
Tests/ORM/Mapping/php/Doctrine.Tests.Models.Company.CompanyFlexContract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.
Tests/ORM/Mapping/php/Doctrine.Tests.Models.DDC869.DDC869ChequePayment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.
Tests/ORM/Mapping/php/Doctrine.Tests.Models.DDC5934.DDC5934BaseContract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.Models.CMS.CmsUser.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -66,34 +66,34 @@  discard block
 block discarded – undo
66 66
     'entities'  => [
67 67
         [
68 68
         'fields'=> [
69
-          [
69
+            [
70 70
             'name'      => 'id',
71 71
             'column'    => 'id',
72
-          ],
73
-          [
72
+            ],
73
+            [
74 74
             'name'      => 'name',
75 75
             'column'    => 'name',
76
-          ],
77
-          [
76
+            ],
77
+            [
78 78
             'name'      => 'status',
79 79
             'column'    => 'status',
80
-          ],
81
-          [
80
+            ],
81
+            [
82 82
             'name'      => 'address.zip',
83 83
             'column'    => 'zip',
84
-          ],
85
-          [
84
+            ],
85
+            [
86 86
             'name'      => 'address.city',
87 87
             'column'    => 'city',
88
-          ],
89
-          [
88
+            ],
89
+            [
90 90
             'name'      => 'address.country',
91 91
             'column'    => 'country',
92
-          ],
93
-          [
92
+            ],
93
+            [
94 94
             'name'      => 'address.id',
95 95
             'column'    => 'a_id',
96
-          ],
96
+            ],
97 97
         ],
98 98
         'entityClass'           => '__CLASS__',
99 99
         'discriminatorColumn'   => null
@@ -109,22 +109,22 @@  discard block
 block discarded – undo
109 109
     'entities'  => [
110 110
         [
111 111
         'fields'=> [
112
-          [
112
+            [
113 113
             'name'      => 'id',
114 114
             'column'    => 'id',
115
-          ],
116
-          [
115
+            ],
116
+            [
117 117
             'name'      => 'name',
118 118
             'column'    => 'name',
119
-          ],
120
-          [
119
+            ],
120
+            [
121 121
             'name'      => 'status',
122 122
             'column'    => 'status',
123
-          ],
124
-          [
123
+            ],
124
+            [
125 125
             'name'      => 'phonenumbers.phonenumber',
126 126
             'column'    => 'number',
127
-          ],
127
+            ],
128 128
         ],
129 129
         'entityClass'   => CmsUser::class,
130 130
         'discriminatorColumn'   => null
@@ -138,29 +138,29 @@  discard block
 block discarded – undo
138 138
     'name'      => 'mappingUserPhonenumberCount',
139 139
     'columns'   => [],
140 140
     'entities'  => [
141
-      [
141
+        [
142 142
         'fields' => [
143
-          [
143
+            [
144 144
             'name'      => 'id',
145 145
             'column'    => 'id',
146
-          ],
147
-          [
146
+            ],
147
+            [
148 148
             'name'      => 'name',
149 149
             'column'    => 'name',
150
-          ],
151
-          [
150
+            ],
151
+            [
152 152
             'name'      => 'status',
153 153
             'column'    => 'status',
154
-          ]
154
+            ]
155 155
         ],
156 156
         'entityClass'   => CmsUser::class,
157 157
         'discriminatorColumn'   => null
158
-      ]
158
+        ]
159 159
     ],
160 160
     'columns' => [
161
-          [
161
+            [
162 162
             'name' => 'numphones',
163
-          ]
163
+            ]
164 164
     ]
165 165
     ]
166 166
 );
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\ORM\Mapping;
6 6
 use Doctrine\ORM\Mapping\ClassMetadata;
Please login to merge, or discard this patch.
php/Doctrine.Tests.Models.DDC1476.DDC1476EntityWithDefaultFieldType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.
Tests/ORM/Mapping/php/Doctrine.Tests.Models.Company.CompanyContract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.
ORM/Mapping/php/Doctrine.Tests.Models.DDC869.DDC869CreditCardPayment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.
Tests/ORM/Mapping/php/Doctrine.Tests.Models.DDC889.DDC889SuperClass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.
Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.Models.DDC889.DDC889Class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 use Doctrine\DBAL\Types\Type;
6 6
 use Doctrine\ORM\Mapping;
Please login to merge, or discard this patch.