Completed
Push — composer-installed ( 5832b4 )
by Ilia
08:49
created
vendor/tedivm/stash/src/Stash/Session.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * session should last.
113 113
      *
114 114
      * @param  array $options
115
-     * @return bool
115
+     * @return boolean|null
116 116
      */
117 117
     public function setOptions($options = array())
118 118
     {
@@ -147,6 +147,9 @@  discard block
 block discarded – undo
147 147
     }
148 148
 
149 149
 
150
+    /**
151
+     * @param string $session_id
152
+     */
150 153
     protected function getCache($session_id)
151 154
     {
152 155
         $path = '/' .
Please login to merge, or discard this patch.
vendor/tedivm/stash/src/Stash/Utilities.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -212,6 +212,7 @@
 block discarded – undo
212 212
      *
213 213
      * @throws Exception\RuntimeException
214 214
      * @throws Exception\InvalidArgumentException
215
+     * @param string $path
215 216
      */
216 217
     public static function checkFileSystemPermissions($path = null, $permissions)
217 218
     {
Please login to merge, or discard this patch.