Completed
Push — development ( b65fd0...1c81ac )
by Torben
02:57
created
Classes/Hooks/PageLayoutView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     /**
144 144
      * Returns the PID config for the given PID
145 145
      *
146
-     * @param $pidSetting
146
+     * @param string $pidSetting
147 147
      * @param $sheet
148 148
      */
149 149
     public function getPluginPidConfig($pidSetting, $sheet = 'sDEF')
Please login to merge, or discard this patch.
Classes/Service/RegistrationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
264 264
     /**
265 265
      * Returns the current frontend user object if available
266 266
      *
267
-     * @return \TYPO3\CMS\Extbase\Domain\Model\FrontendUser|null
267
+     * @return \TYPO3\CMS\Extbase\Domain\Model\FrontendUser
268 268
      */
269 269
     public function getCurrentFeUserObject()
270 270
     {
Please login to merge, or discard this patch.
Classes/Validation/Validator/RegistrationValidator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * @param string $type Type
94 94
      * @param string $field The field
95 95
      *
96
-     * @return \TYPO3\CMS\Extbase\Validation\Validator\AbstractValidator
96
+     * @return string
97 97
      */
98 98
     protected function getValidator($type, $field)
99 99
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,6 @@
 block discarded – undo
18 18
 use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
19 19
 use TYPO3\CMS\Extbase\Validation\Validator\BooleanValidator;
20 20
 use TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator;
21
-use TYPO3\CMS\Fluid\Core\ViewHelper\Exception\InvalidVariableException;
22
-use TYPO3\CMS\Extbase\Utility\LocalizationUtility;
23 21
 
24 22
 /**
25 23
  * RegistrationValidator
Please login to merge, or discard this patch.
Classes/Controller/AdministrationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-use TYPO3\CMS\Core\Utility\DebugUtility;
18 17
 use TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter;
19 18
 use DERHANSEN\SfEventMgt\Domain\Model\Dto\EventDemand;
20 19
 use DERHANSEN\SfEventMgt\Domain\Model\Dto\SearchDemand;
Please login to merge, or discard this patch.