Completed
Push — master ( 60facc...11f337 )
by Oleg
03:09
created
src/db/drivers/PgsqlDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @param string $dbName Database name
52 52
      *
53
-     * @return boolean
53
+     * @return boolean|null
54 54
      * @throws \InvalidArgumentException
55 55
      */
56 56
     public function switchDatabase($dbName)
Please login to merge, or discard this patch.
src/mvc/controllers/ViewController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      * @param string $path path to redirect
89 89
      * @param integer $status status for redirect
90 90
      *
91
-     * @return false|ResponseInterface
91
+     * @return string|false
92 92
      * @throws Exception|\InvalidArgumentException
93 93
      */
94 94
     public function redirect($path, $status = 301)
Please login to merge, or discard this patch.
src/web/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return bool|int
56
+     * @return integer
57 57
      * @throws Exception
58 58
      */
59 59
     public function getID()
Please login to merge, or discard this patch.