Completed
Push — master ( b3ac49...9e334c )
by Hong
04:40 queued 01:12
created
src/Session/Handler/FileHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      *
141 141
      * @param  string $session_id
142 142
      * @param  string $session_data
143
-     * @return bool
143
+     * @return integer
144 144
      * @see    SessionHandlerInterface::write()
145 145
      */
146 146
     public function write(
Please login to merge, or discard this patch.
src/Session/Session.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@
 block discarded – undo
65 65
     /**
66 66
      * Init the session
67 67
      *
68
-     * @param  string $name session name
69 68
      * @param  SessionHandlerInterface $handler session save handler
70 69
      * @param  DriverInterface $driver communication driver
71 70
      * @param  GeneratorInterface $generator id generator
Please login to merge, or discard this patch.