Completed
Branch TYPO3V8 (548893)
by Tomas Norre
24:57
created
Classes/Domain/Model/Mapping.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @return string
173
+     * @return integer
174 174
      */
175 175
     public function getBehavior()
176 176
     {
Please login to merge, or discard this patch.
Classes/Domain/Repository/FeatureFlag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param $table
106
+     * @param string $table
107 107
      * @param array $uids
108 108
      * @param boolean $isVisible
109 109
      * @return void
Please login to merge, or discard this patch.
Classes/System/Typo3/Cli.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -182,6 +182,7 @@
 block discarded – undo
182 182
     /**
183 183
      * Enable or disable features. $features can be a comma-separated list of feature names
184 184
      * @param String $features
185
+     * @param boolean $enabled
185 186
      */
186 187
     private function setFeatureStatus($features, $enabled)
187 188
     {
Please login to merge, or discard this patch.