Completed
Push — master ( aab764...2fe0dc )
by Terry
05:07
created
src/ConnectionPool.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @param $name
109
+     * @param string $name
110 110
      * @return AbstractPdo
111 111
      */
112 112
     public function getConnection($name)
Please login to merge, or discard this patch.
src/FluentPdoModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -981,7 +981,7 @@
 block discarded – undo
981 981
     /**
982 982
      * @param int|null $id
983 983
      * @param int $cacheTtl
984
-     * @return \stdClass|bool
984
+     * @return boolean
985 985
      */
986 986
     public function fetchExists($id=null, $cacheTtl=self::CACHE_NO)
987 987
     {
Please login to merge, or discard this patch.