Passed
Branch feature-validator (55f4e3)
by Thomas
03:27
created
src/Dbal/Type/Enum.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @return \string[]
49
+     * @return string[]
50 50
      */
51 51
     public function getAllowedValues()
52 52
     {
Please login to merge, or discard this patch.
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.