Completed
Push — master ( 7849b9...3bfc04 )
by Eric
02:17
created
src/Db.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * Sets the method of accessing the database
68 68
      * @param string $type
69
-     * @return JaegerApp\Db
69
+     * @return Db
70 70
      */
71 71
     public function setAccessType($type)
72 72
     {
@@ -315,7 +315,7 @@  discard block
 block discarded – undo
315 315
      * Escapes a string for db use
316 316
      * 
317 317
      * @param string $string            
318
-     * @return Ambigous <\voku\db\array, \voku\db\bool, \voku\db\float, \voku\db\int, \voku\db\string>
318
+     * @return string <\voku\db\array, \voku\db\bool, \voku\db\float, \voku\db\int, \voku\db\string>
319 319
      */
320 320
     public function escape($string)
321 321
     {
Please login to merge, or discard this patch.