Completed
Push — master ( f036f0...b950dc )
by Rafał
02:16
created
Gimme/Context/Context.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
     }
296 296
 
297 297
     /**
298
-     * @param array $keys
298
+     * @param string[] $keys
299 299
      *
300 300
      * @return string
301 301
      */
@@ -325,9 +325,9 @@  discard block
 block discarded – undo
325 325
     }
326 326
 
327 327
     /**
328
-     * @param $id
328
+     * @param string $id
329 329
      *
330
-     * @return null|true
330
+     * @return null|boolean
331 331
      */
332 332
     public function restoreTemporaryUnset($id)
333 333
     {
Please login to merge, or discard this patch.