Passed
Branch master (d1698d)
by Rémy
01:39
created
Source/Rorm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      * Please make sure you keep the quoter as long you are needing it.
88 88
      *
89 89
      * @param \PDO $dbh
90
-     * @return callable
90
+     * @return \Closure
91 91
      */
92 92
     public static function getIdentifierQuoter(PDO $dbh = null)
93 93
     {
Please login to merge, or discard this patch.
Source/QueryBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -400,7 +400,7 @@
 block discarded – undo
400 400
     }
401 401
 
402 402
     /**
403
-     * @return mixed
403
+     * @return string|null
404 404
      */
405 405
     public function findColumn()
406 406
     {
Please login to merge, or discard this patch.