Completed
Push — master ( 35fb2b...3c7235 )
by Tim
18:44 queued 03:45
created
Classes/Postprocessing/InlineCss.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
12 12
 use TYPO3\CMS\Core\Utility\GeneralUtility;
13 13
 use TYPO3\CMS\Core\Utility\HttpUtility;
14
-use TYPO3\CMS\Extbase\Utility\DebuggerUtility;
15 14
 
16 15
 /**
17 16
  * Inliner for CSS
Please login to merge, or discard this patch.
Classes/Rendering/Menu.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * Render the given element
22 22
      *
23
-     * @return array
23
+     * @return string
24 24
      */
25 25
     public function renderInternal()
26 26
     {
Please login to merge, or discard this patch.
Classes/Rendering/Text.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Render the current content
18 18
      *
19
-     * @return array
19
+     * @return string[]
20 20
      */
21 21
     public function renderInternal()
22 22
     {
Please login to merge, or discard this patch.
Classes/PlainRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * Render the given element
22 22
      *
23
-     * @return array
23
+     * @return string
24 24
      */
25 25
     public function renderInternal()
26 26
     {
Please login to merge, or discard this patch.
Classes/Rendering/Header.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Render the current content
18 18
      *
19
-     * @return array
19
+     * @return string[]
20 20
      */
21 21
     public function renderInternal()
22 22
     {
Please login to merge, or discard this patch.
Classes/Rendering/Image.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Render the current content
18 18
      *
19
-     * @return array
19
+     * @return string[]
20 20
      */
21 21
     public function renderInternal()
22 22
     {
Please login to merge, or discard this patch.