Passed
Push — master ( 1991ec...391449 )
by Ralf
09:39
created
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.