Completed
Push — master ( b09e39...3c12ed )
by Tim
16:36
created
Classes/Controller/VideoplayerController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use TYPO3\CMS\Extbase\Configuration\FrontendConfigurationManager;
20 20
 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
21 21
 use TYPO3\CMS\Extbase\SignalSlot\Dispatcher;
22
-use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
23 22
 
24 23
 /**
25 24
  * Abstract Command Controller
Please login to merge, or discard this patch.
Classes/Div.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Get a configuration value
79 79
      *
80
-     * @param $key
80
+     * @param string $key
81 81
      *
82 82
      * @return int
83 83
      */
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Check if a feature is enabled
96 96
      *
97
-     * @param $feature
97
+     * @param string $feature
98 98
      *
99 99
      * @return bool
100 100
      */
Please login to merge, or discard this patch.