@@ -108,7 +108,7 @@ |
||
108 | 108 | * |
109 | 109 | * @param $query |
110 | 110 | * @param Connection|null $connection |
111 | - * @return mixed |
|
111 | + * @return null|Result |
|
112 | 112 | */ |
113 | 113 | public function query($query, Connection $connection = null) |
114 | 114 | { |
@@ -31,6 +31,9 @@ |
||
31 | 31 | return $this->manager->connect("mysql:host={$server};", $username, $password, $options, $newLink); |
32 | 32 | } |
33 | 33 | |
34 | + /** |
|
35 | + * @param integer $clientFlags |
|
36 | + */ |
|
34 | 37 | protected function parseClientFlags($clientFlags) |
35 | 38 | { |
36 | 39 | $options = []; |
@@ -110,6 +110,9 @@ |
||
110 | 110 | return (int) $countResult->fetch()[0]; |
111 | 111 | } |
112 | 112 | |
113 | + /** |
|
114 | + * @param integer $style |
|
115 | + */ |
|
113 | 116 | protected function convertFetchStyle($style) |
114 | 117 | { |
115 | 118 | switch ($style) { |