Completed
Push — master ( b06c15...0c1fbf )
by Tim
10s
created
src/AppserverIo/RemoteMethodInvocation/ContextSession.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     /**
122 122
      * Returns the servlet request instance to load the session ID from.
123 123
      *
124
-     * @return \AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface The servlet request instance
124
+     * @return string The servlet request instance
125 125
      */
126 126
     public function getServletRequest()
127 127
     {
Please login to merge, or discard this patch.
src/AppserverIo/RemoteMethodInvocation/RemoteContextConnection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
     /**
223 223
      * Returns the transport to use.
224 224
      *
225
-     * @return integer The transport to use.
225
+     * @return string The transport to use.
226 226
      */
227 227
     public function getTransport()
228 228
     {
Please login to merge, or discard this patch.