Completed
Branch master (04f1dc)
by Tim
11:24
created
src/AppserverIo/Appserver/ServletEngine/StandardSessionManager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     /**
125 125
      * Returns the application instance.
126 126
      *
127
-     * @return \AppserverIo\Psr\Application\ApplicationInterface|\AppserverIo\Psr\Naming\NamingDirectoryInterface The application instance
127
+     * @return ApplicationInterface The application instance
128 128
      */
129 129
     public function getApplication()
130 130
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     /**
213 213
      * Returns all registered session handlers.
214 214
      *
215
-     * @return \AppserverIo\Collections\ArrayList The session handlers
215
+     * @return HashMap The session handlers
216 216
      */
217 217
     public function getSessionHandlers()
218 218
     {
@@ -418,7 +418,7 @@  discard block
 block discarded – undo
418 418
      *
419 419
      * @param string $id The unique session ID to that has to be returned
420 420
      *
421
-     * @return \AppserverIo\Psr\Servlet\Http\ServletSessionInterface|null The requested session
421
+     * @return null|ServletSessionInterface The requested session
422 422
      */
423 423
     public function find($id)
424 424
     {
Please login to merge, or discard this patch.