Completed
Push — master ( b11c1f...b229f6 )
by Tim
7s
created
src/AppserverIo/RemoteMethodInvocation/ContextSession.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace AppserverIo\RemoteMethodInvocation;
23 23
 
24 24
 use AppserverIo\Collections\HashMap;
25
-use AppserverIo\Psr\Servlet\SessionUtils;
26 25
 use AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface;
27 26
 
28 27
 /**
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.