Completed
Push — master ( 1302f3...2e6333 )
by Tim
16:05
created
Classes/Controller/PluginController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      *
70 70
      * @param $content    String
71 71
      * @param $conf        Array    Plugin configuration
72
-     * @return The Plugin Output
72
+     * @return string Plugin Output
73 73
      */
74 74
     function main($content, $conf)
75 75
     {
Please login to merge, or discard this patch.
Classes/Xclass/ContentObjectRenderer.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 
6 6
 namespace FRUIT\Popup\Xclass;
7 7
 
8
-use TYPO3\CMS\Core\Utility\GeneralUtility;
8
+use TYPO3\CMS\Core\Utility\GeneralUtility;
9 9
 use TYPO3\CMS\Frontend\Plugin\AbstractPlugin;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.