@@ -112,7 +112,7 @@ discard block |
||
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 |
||
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 = '/' . |
@@ -212,6 +212,7 @@ |
||
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 | { |