Completed
Push — master ( 5c8721...fc356f )
by Antonio Carlos
02:14
created
src/Support/Session.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
      *
10 10
      * @param null $name
11 11
      *
12
-     * @return mixed
12
+     * @return string
13 13
      */
14 14
     protected function makeSessionVarName($name = null)
15 15
     {
@@ -20,8 +20,9 @@  discard block
 block discarded – undo
20 20
      * Get a session var value.
21 21
      *
22 22
      * @param null $var
23
+     * @param boolean $default
23 24
      *
24
-     * @return mixed
25
+     * @return null|\Carbon\Carbon
25 26
      */
26 27
     public function sessionGet($var = null, $default = null)
27 28
     {
Please login to merge, or discard this patch.