Completed
Push — master ( 393ec2...3066e5 )
by Restu
18:27 queued 03:25
created
src/Core/Http/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     /**
94 94
      * Gets the Session.
95 95
      *
96
-     * @return Session|null The session
96
+     * @return Session The session
97 97
      */
98 98
     public function getSession()
99 99
     {
Please login to merge, or discard this patch.
src/Core/Helper/Config/Config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param $filename
36
+     * @param string $filename
37 37
      * @return array|mixed
38 38
      */
39 39
     public static function load($filename)
Please login to merge, or discard this patch.