@@ -46,7 +46,7 @@ |
||
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | - * @return \string[] |
|
| 49 | + * @return string[] |
|
| 50 | 50 | */ |
| 51 | 51 | public function getAllowedValues() |
| 52 | 52 | { |
@@ -65,6 +65,9 @@ |
||
| 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); |