Passed
Push — master ( 1991ec...391449 )
by Ralf
09:39
created
Configuration/TCA/tx_dpf_domain_model_documenttype.php 1 patch
Spacing   +76 added lines, -76 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype',
22 22
         'label'                    => 'display_name',
23 23
         'tstamp'                   => 'tstamp',
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
         'transOrigPointerField'    => 'l10n_parent',
29 29
         'transOrigDiffSourceField' => 'l10n_diffsource',
30 30
         'delete'                   => 'deleted',
31
-        'enablecolumns'            => array(
31
+        'enablecolumns'            => array (
32 32
             'disabled'  => 'hidden',
33 33
             'starttime' => 'starttime',
34 34
             'endtime'   => 'endtime',
@@ -38,96 +38,96 @@  discard block
 block discarded – undo
38 38
             pubmed_transformation, pubmed_types, bibtex_transformation, bibtex_types, riswos_transformation, riswos_types, metadata_page',
39 39
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/default.gif',
40 40
     ),
41
-    'interface' => array(
41
+    'interface' => array (
42 42
         'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden,
43 43
             name, display_name, virtual_type, hidden_in_list, transformation_file_output, transformation_file_input, crossref_transformation, crossref_types,
44 44
             datacite_transformation, datacite_types, k10plus_transformation,
45 45
             pubmed_transformation, pubmed_types, bibtex_transformation, bibtex_types, riswos_transformation, riswos_types, metadata_page',
46 46
     ),
47
-    'types'     => array(
48
-        '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1,
47
+    'types'     => array (
48
+        '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1,
49 49
             name, display_name, virtual_type, hidden_in_list, transformation_file_output, transformation_file_input, crossref_transformation, crossref_types,
50 50
             datacite_transformation, datacite_types, k10plus_transformation,
51 51
             pubmed_transformation, pubmed_types, bibtex_transformation, bibtex_types, riswos_transformation, riswos_types, metadata_page,
52 52
             --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
53 53
     ),
54
-    'palettes'  => array(
55
-        '1' => array('showitem' => ''),
54
+    'palettes'  => array (
55
+        '1' => array ('showitem' => ''),
56 56
     ),
57
-    'columns'   => array(
57
+    'columns'   => array (
58 58
 
59
-        'sys_language_uid' => array(
59
+        'sys_language_uid' => array (
60 60
             'exclude' => 1,
61 61
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
62
-            'config'  => array(
62
+            'config'  => array (
63 63
                 'type'                => 'select',
64 64
                 'renderType'          => 'selectSingle',
65 65
                 'foreign_table'       => 'sys_language',
66 66
                 'foreign_table_where' => 'ORDER BY sys_language.title',
67
-                'items'               => array(
68
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
69
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
67
+                'items'               => array (
68
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
69
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
70 70
                 ),
71 71
                 'default' => 0,
72 72
             ),
73 73
         ),
74
-        'l10n_parent'      => array(
74
+        'l10n_parent'      => array (
75 75
             'displayCond' => 'FIELD:sys_language_uid:>:0',
76 76
             'exclude'     => 1,
77 77
             'label'       => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
78
-            'config'      => array(
78
+            'config'      => array (
79 79
                 'type'                => 'select',
80 80
                 'renderType'          => 'selectSingle',
81
-                'items'               => array(
82
-                    array('', 0),
81
+                'items'               => array (
82
+                    array ('', 0),
83 83
                 ),
84 84
                 'foreign_table'       => 'tx_dpf_domain_model_documenttype',
85 85
                 'foreign_table_where' => 'AND tx_dpf_domain_model_documenttype.pid=###CURRENT_PID### AND tx_dpf_domain_model_documenttype.sys_language_uid IN (-1,0)',
86 86
             ),
87 87
         ),
88
-        'l10n_diffsource'  => array(
89
-            'config' => array(
88
+        'l10n_diffsource'  => array (
89
+            'config' => array (
90 90
                 'type' => 'passthrough',
91 91
             ),
92 92
         ),
93 93
 
94
-        't3ver_label'      => array(
94
+        't3ver_label'      => array (
95 95
             'label'  => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
96
-            'config' => array(
96
+            'config' => array (
97 97
                 'type' => 'input',
98 98
                 'size' => 30,
99 99
                 'max'  => 255,
100 100
             ),
101 101
         ),
102 102
 
103
-        'hidden'           => array(
103
+        'hidden'           => array (
104 104
             'exclude'   => 1,
105 105
             'l10n_mode' => 'exclude',
106 106
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
107
-            'config'    => array(
107
+            'config'    => array (
108 108
                 'type' => 'check',
109 109
             ),
110 110
         ),
111
-        'starttime'        => array(
111
+        'starttime'        => array (
112 112
             'exclude'   => 1,
113 113
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
114
-            'config'    => array(
114
+            'config'    => array (
115 115
                 'type'     => 'input',
116 116
                 'renderType' => 'inputDateTime',
117 117
                 'size'     => 13,
118 118
                 'eval'     => 'datetime',
119 119
                 'checkbox' => 0,
120 120
                 'default'  => 0,
121
-                'range'    => array(
121
+                'range'    => array (
122 122
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
123 123
                 ),
124 124
             ),
125 125
         ),
126
-        'endtime'          => array(
126
+        'endtime'          => array (
127 127
             'exclude'   => 1,
128 128
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
129
-            'config'    => array(
130
-                'behaviour' => array(
129
+            'config'    => array (
130
+                'behaviour' => array (
131 131
                     'allowLanguageSynchronization' => true
132 132
                 ),
133 133
                 'type'     => 'input',
@@ -136,44 +136,44 @@  discard block
 block discarded – undo
136 136
                 'eval'     => 'datetime',
137 137
                 'checkbox' => 0,
138 138
                 'default'  => 0,
139
-                'range'    => array(
139
+                'range'    => array (
140 140
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
141 141
                 ),
142 142
             ),
143 143
         ),
144
-        'name'             => array(
144
+        'name'             => array (
145 145
             'exclude'   => 1,
146 146
             'l10n_mode' => 'exclude',
147 147
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.name',
148
-            'config'    => array(
148
+            'config'    => array (
149 149
                 'type' => 'input',
150 150
                 'size' => 30,
151 151
                 'eval' => 'trim,uniqueInPid',
152 152
             ),
153 153
         ),
154
-        'display_name'     => array(
154
+        'display_name'     => array (
155 155
             'exclude' => 1,
156 156
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.display_name',
157
-            'config'  => array(
157
+            'config'  => array (
158 158
                 'type' => 'input',
159 159
                 'size' => 30,
160 160
                 'eval' => 'trim',
161 161
             ),
162 162
         ),
163
-        'virtual_type'          => array(
163
+        'virtual_type'          => array (
164 164
             'exclude'   => 1,
165 165
             'l10n_mode' => 'exclude',
166 166
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.virtual_type',
167
-            'config'    => array(
167
+            'config'    => array (
168 168
                 'type'    => 'check',
169 169
                 'default' => 0,
170 170
             ),
171 171
         ),
172
-        'hidden_in_list'          => array(
172
+        'hidden_in_list'          => array (
173 173
             'exclude'   => 1,
174 174
             'l10n_mode' => 'exclude',
175 175
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.hidden_in_list',
176
-            'config'    => array(
176
+            'config'    => array (
177 177
                 'type'    => 'check',
178 178
                 'default' => 0,
179 179
             ),
@@ -183,8 +183,8 @@  discard block
 block discarded – undo
183 183
             'l10n_mode' => 'exclude',
184 184
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.transformation_file_output',
185 185
             'config'    => [
186
-                'items' => array(
187
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
186
+                'items' => array (
187
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
188 188
                 ),
189 189
                 'type'           => 'select',
190 190
                 'renderType'     => 'selectSingle',
@@ -199,8 +199,8 @@  discard block
 block discarded – undo
199 199
             'l10n_mode' => 'exclude',
200 200
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.transformation_file_input',
201 201
             'config'    => [
202
-                'items' => array(
203
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
202
+                'items' => array (
203
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
204 204
                 ),
205 205
                 'type'           => 'select',
206 206
                 'renderType'     => 'selectSingle',
@@ -210,21 +210,21 @@  discard block
 block discarded – undo
210 210
                 'default' => 0,
211 211
             ],
212 212
         ],
213
-        'metadata_page'    => array(
213
+        'metadata_page'    => array (
214 214
             'exclude'   => 1,
215 215
             'l10n_mode' => 'exclude',
216 216
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.metadata_page',
217
-            'config'    => array(
217
+            'config'    => array (
218 218
                 'type'           => 'inline',
219 219
                 'foreign_table'  => 'tx_dpf_domain_model_metadatapage',
220 220
                 'foreign_field'  => 'documenttype',
221 221
                 'foreign_label'  => 'display_name',
222 222
                 'foreign_sortby' => 'page_number',
223
-                'behaviour'      => array(
223
+                'behaviour'      => array (
224 224
                     'disableMovingChildrenWithParent' => 1,
225 225
                 ),
226 226
                 'maxitems'       => 9999,
227
-                'appearance'     => array(
227
+                'appearance'     => array (
228 228
                     'collapseAll'                     => 0,
229 229
                     'levelLinksPosition'              => 'top',
230 230
                     'showSynchronizationLink'         => 1,
@@ -238,8 +238,8 @@  discard block
 block discarded – undo
238 238
             'l10n_mode' => 'exclude',
239 239
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.crossref_transformation',
240 240
             'config'    => [
241
-                'items' => array(
242
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
241
+                'items' => array (
242
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
243 243
                 ),
244 244
                 'type'           => 'select',
245 245
                 'renderType'     => 'selectSingle',
@@ -249,11 +249,11 @@  discard block
 block discarded – undo
249 249
                 'default' => 0,
250 250
             ],
251 251
         ],
252
-        'crossref_types'         => array(
252
+        'crossref_types'         => array (
253 253
             'exclude'   => 1,
254 254
             'l10n_mode' => 'exclude',
255 255
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.crossref_types',
256
-            'config'    => array(
256
+            'config'    => array (
257 257
                 'type' => 'select',
258 258
                 'renderType' => 'selectMultipleSideBySide',
259 259
                 'size' => 10,
@@ -268,8 +268,8 @@  discard block
 block discarded – undo
268 268
             'l10n_mode' => 'exclude',
269 269
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.datacite_transformation',
270 270
             'config'    => [
271
-                'items' => array(
272
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
271
+                'items' => array (
272
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
273 273
                 ),
274 274
                 'type'           => 'select',
275 275
                 'renderType'     => 'selectSingle',
@@ -279,16 +279,16 @@  discard block
 block discarded – undo
279 279
                 'default' => 0,
280 280
             ],
281 281
         ],
282
-        'datacite_types'         => array(
282
+        'datacite_types'         => array (
283 283
             'exclude'   => 1,
284 284
             'l10n_mode' => 'exclude',
285 285
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.datacite_types',
286
-            'config'    => array(
286
+            'config'    => array (
287 287
                 'type' => 'select',
288 288
                 'renderType' => 'selectMultipleSideBySide',
289 289
                 'size' => 10,
290 290
                 'maxitems' => 100,
291
-                'items' => array(
291
+                'items' => array (
292 292
                 ),
293 293
                 'items' => \EWW\Dpf\Services\ImportExternalMetadata\DataCiteImporter::typeItems(
294 294
                     \EWW\Dpf\Services\ImportExternalMetadata\DataCiteImporter::types()
@@ -300,8 +300,8 @@  discard block
 block discarded – undo
300 300
             'l10n_mode' => 'exclude',
301 301
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.k10plus_transformation',
302 302
             'config'    => [
303
-                'items' => array(
304
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
303
+                'items' => array (
304
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
305 305
                 ),
306 306
                 'type'           => 'select',
307 307
                 'renderType'     => 'selectSingle',
@@ -311,16 +311,16 @@  discard block
 block discarded – undo
311 311
                 'default' => 0,
312 312
             ],
313 313
         ],
314
-        'k10plus_types'         => array(
314
+        'k10plus_types'         => array (
315 315
             'exclude'   => 1,
316 316
             'l10n_mode' => 'exclude',
317 317
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.k10plus_types',
318
-            'config'    => array(
318
+            'config'    => array (
319 319
                 'type' => 'select',
320 320
                 'renderType' => 'selectMultipleSideBySide',
321 321
                 'size' => 10,
322 322
                 'maxitems' => 100,
323
-                'items' => array(
323
+                'items' => array (
324 324
                 ),
325 325
                 'items' => \EWW\Dpf\Services\ImportExternalMetadata\K10plusImporter::typeItems(
326 326
                     \EWW\Dpf\Services\ImportExternalMetadata\K10plusImporter::types()
@@ -332,8 +332,8 @@  discard block
 block discarded – undo
332 332
             'l10n_mode' => 'exclude',
333 333
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.pubmed_transformation',
334 334
             'config'    => [
335
-                'items' => array(
336
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
335
+                'items' => array (
336
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
337 337
                 ),
338 338
                 'type'           => 'select',
339 339
                 'renderType'     => 'selectSingle',
@@ -343,16 +343,16 @@  discard block
 block discarded – undo
343 343
                 'default' => 0,
344 344
             ],
345 345
         ],
346
-        'pubmed_types'         => array(
346
+        'pubmed_types'         => array (
347 347
             'exclude'   => 1,
348 348
             'l10n_mode' => 'exclude',
349 349
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.pubmed_types',
350
-            'config'    => array(
350
+            'config'    => array (
351 351
                 'type' => 'select',
352 352
                 'renderType' => 'selectMultipleSideBySide',
353 353
                 'size' => 10,
354 354
                 'maxitems' => 100,
355
-                'items' => array(
355
+                'items' => array (
356 356
                 ),
357 357
                 'items' => \EWW\Dpf\Services\ImportExternalMetadata\PubMedImporter::typeItems(
358 358
                     \EWW\Dpf\Services\ImportExternalMetadata\PubMedImporter::types()
@@ -364,8 +364,8 @@  discard block
 block discarded – undo
364 364
             'l10n_mode' => 'exclude',
365 365
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.bibtex_transformation',
366 366
             'config'    => [
367
-                'items' => array(
368
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
367
+                'items' => array (
368
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
369 369
                 ),
370 370
                 'type'           => 'select',
371 371
                 'renderType'     => 'selectSingle',
@@ -375,16 +375,16 @@  discard block
 block discarded – undo
375 375
                 'default' => 0,
376 376
             ],
377 377
         ],
378
-        'bibtex_types'         => array(
378
+        'bibtex_types'         => array (
379 379
             'exclude'   => 1,
380 380
             'l10n_mode' => 'exclude',
381 381
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.bibtex_types',
382
-            'config'    => array(
382
+            'config'    => array (
383 383
                 'type' => 'select',
384 384
                 'renderType' => 'selectMultipleSideBySide',
385 385
                 'size' => 10,
386 386
                 'maxitems' => 100,
387
-                'items' => array(
387
+                'items' => array (
388 388
                 ),
389 389
                 'items' => \EWW\Dpf\Services\ImportExternalMetadata\BibTexFileImporter::typeItems(
390 390
                     \EWW\Dpf\Services\ImportExternalMetadata\BibTexFileImporter::types()
@@ -396,8 +396,8 @@  discard block
 block discarded – undo
396 396
             'l10n_mode' => 'exclude',
397 397
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.riswos_transformation',
398 398
             'config'    => [
399
-                'items' => array(
400
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation',0)
399
+                'items' => array (
400
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.choose_transformation', 0)
401 401
                 ),
402 402
                 'type'           => 'select',
403 403
                 'renderType'     => 'selectSingle',
@@ -407,16 +407,16 @@  discard block
 block discarded – undo
407 407
                 'default' => 0,
408 408
             ],
409 409
         ],
410
-        'riswos_types'         => array(
410
+        'riswos_types'         => array (
411 411
             'exclude'   => 1,
412 412
             'l10n_mode' => 'exclude',
413 413
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_documenttype.ris_types',
414
-            'config'    => array(
414
+            'config'    => array (
415 415
                 'type' => 'select',
416 416
                 'renderType' => 'selectMultipleSideBySide',
417 417
                 'size' => 10,
418 418
                 'maxitems' => 100,
419
-                'items' => array(
419
+                'items' => array (
420 420
                 ),
421 421
                 'items' => \EWW\Dpf\Services\ImportExternalMetadata\RisWosFileImporter::typeItems(
422 422
                     \EWW\Dpf\Services\ImportExternalMetadata\RisWosFileImporter::types()
Please login to merge, or discard this patch.
Classes/Domain/Model/DocumentType.php 1 patch
Upper-Lower-Casing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -39,12 +39,12 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @var boolean
41 41
      */
42
-    protected $virtualType = false;
42
+    protected $virtualType = FALSE;
43 43
 
44 44
     /**
45 45
      * @var bool
46 46
      */
47
-    protected $hiddenInList = false;
47
+    protected $hiddenInList = FALSE;
48 48
 
49 49
     /**
50 50
      * metadataPage
@@ -52,25 +52,25 @@  discard block
 block discarded – undo
52 52
      * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EWW\Dpf\Domain\Model\MetadataPage>
53 53
      * @TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")
54 54
      */
55
-    protected $metadataPage = null;
55
+    protected $metadataPage = NULL;
56 56
 
57 57
     /**
58 58
      * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EWW\Dpf\Domain\Model\TransformationFile>
59 59
      * @TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")
60 60
      */
61
-    protected $transformationFileOutput = null;
61
+    protected $transformationFileOutput = NULL;
62 62
 
63 63
     /**
64 64
      * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EWW\Dpf\Domain\Model\TransformationFile>
65 65
      * @TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")
66 66
      */
67
-    protected $transformationFileInput = null;
67
+    protected $transformationFileInput = NULL;
68 68
 
69 69
     /**
70 70
      * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EWW\Dpf\Domain\Model\TransformationFile>
71 71
      * @TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")
72 72
      */
73
-    protected $crossrefTransformation = null;
73
+    protected $crossrefTransformation = NULL;
74 74
 
75 75
     /**
76 76
      * @var string
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EWW\Dpf\Domain\Model\TransformationFile>
83 83
      * @TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")
84 84
      */
85
-    protected $dataciteTransformation = null;
85
+    protected $dataciteTransformation = NULL;
86 86
 
87 87
     /**
88 88
      * @var string
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EWW\Dpf\Domain\Model\TransformationFile>
94 94
      * @TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")
95 95
      */
96
-    protected $k10plusTransformation = null;
96
+    protected $k10plusTransformation = NULL;
97 97
 
98 98
     /**
99 99
      * @var string
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
      * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\EWW\Dpf\Domain\Model\TransformationFile>
106 106
      * @TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")
107 107
      */
108
-    protected $pubmedTransformation = null;
108
+    protected $pubmedTransformation = NULL;
109 109
 
110 110
     /**
111 111
      * @var string
Please login to merge, or discard this patch.