Passed
Push — master ( d1698d...0a88e0 )
by Rémy
02:19
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/Model.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
-     * @return \PDO|null
48
+     * @return \PDO
49 49
      */
50 50
     public static function getDatabase()
51 51
     {
Please login to merge, or discard this patch.