Completed
Push — master ( 6111f9...52bda8 )
by
unknown
17:54
created
Classes/System/TYPO3/Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      * @param array $requestGetData
102 102
      * @param array $apiMethodInfoMetadata
103 103
      * @param string $responseData
104
-     * @param $responseFormatClass
104
+     * @param string $responseFormatClass
105 105
      * @param array $responseHeaders
106 106
      */
107 107
     public function cacheResponseByTypo3Cache(
Please login to merge, or discard this patch.
Classes/System/TYPO3/Loader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@
 block discarded – undo
223 223
 
224 224
     /**
225 225
      * @param Bootstrap $bootstrapObj
226
-     * @return boolean
226
+     * @return string
227 227
      */
228 228
     private function determineTypo3Version(Bootstrap $bootstrapObj)
229 229
     {
Please login to merge, or discard this patch.