diff --git a/typo3/sysext/core/Classes/Core/Bootstrap.php b/typo3/sysext/core/Classes/Core/Bootstrap.php
index 868b7320773182a2cc4e469beb3b1f312825b709..94d29961b71a472a1dc6890b4ec3fdb085a15ba8 100644
--- a/typo3/sysext/core/Classes/Core/Bootstrap.php
+++ b/typo3/sysext/core/Classes/Core/Bootstrap.php
@@ -665,8 +665,6 @@ class Bootstrap
     /**
      * Define TYPO3_REQUESTTYPE* constants that can be used for developers to see if any context has been hit
      * also see setRequestType(). Is done at the very beginning so these parameters are always available.
-     *
-     * @return Bootstrap
      */
     protected function defineTypo3RequestTypes()
     {
@@ -680,6 +678,7 @@ class Bootstrap
     /**
      * Defines the TYPO3_REQUESTTYPE constant so the environment knows which context the request is running.
      *
+     * @param int $requestType
      * @throws \RuntimeException if the method was already called during a request
      * @return Bootstrap
      */