Passed
Branch feature-validator (55f4e3)
by Thomas
03:27
created
src/Dbal/Type/Boolean.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
         return $error;
66 66
     }
67 67
 
68
+    /**
69
+     * @param boolean $bool
70
+     */
68 71
     protected function getBoolean($bool)
69 72
     {
70 73
         $quoted = $this->dbal->escapeValue($bool);
Please login to merge, or discard this patch.