Browse Source

Update CacheSession.php

Add dot
inoas 8 years ago
parent
commit
cc7d53e736
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Network/Session/CacheSession.php

+ 1 - 1
src/Network/Session/CacheSession.php

@@ -110,7 +110,7 @@ class CacheSession implements SessionHandlerInterface
     /**
      * Method called on the destruction of a cache session.
      *
-     * @param string|int $id ID that uniquely identifies session in cache
+     * @param string|int $id ID that uniquely identifies session in cache.
      * @return bool Always true.
      */
     public function destroy($id)