Completed
Push — master ( 1012d8...9f6a15 )
by Restu
13:22
created
src/Core/Database/Connector/Connector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * Creates a PDO instance representing a connection to a database
16
-     * @param $dsn
16
+     * @param string $dsn
17 17
      * @param $config
18 18
      * @return PDO
19 19
      */
Please login to merge, or discard this patch.
src/Core/Database/Query/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param $queryStr
48
+     * @param string $queryStr
49 49
      * @return Query
50 50
      */
51 51
     public static function sql($queryStr, $params = null)
Please login to merge, or discard this patch.