Completed
Pull Request — development (#451)
by Stefano
06:09
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
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use DERHANSEN\SfEventMgt\Domain\Model\Registration;
18 18
 use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
19
-use TYPO3\CMS\Fluid\Core\ViewHelper\Exception\InvalidVariableException;
20
-use TYPO3\CMS\Extbase\Utility\LocalizationUtility;
21 19
 
22 20
 /**
23 21
  * RegistrationValidator
Please login to merge, or discard this patch.