Completed
Push — master ( 53cc59...4e85d3 )
by Antonio Carlos
02:16 queued 10s
created
src/Support/Session.php 1 patch
Doc Comments   +5 added lines, -1 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,6 +20,7 @@  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 25
      * @return mixed
25 26
      */
@@ -73,6 +74,9 @@  discard block
 block discarded – undo
73 74
         );
74 75
     }
75 76
 
77
+    /**
78
+     * @param string $string
79
+     */
76 80
     abstract protected function config($string, $children = []);
77 81
 
78 82
     abstract public function getRequest();
Please login to merge, or discard this patch.