@@ -132,7 +132,7 @@ |
||
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | /** |
| 135 | - * @return PDO |
|
| 135 | + * @return \PDO |
|
| 136 | 136 | */ |
| 137 | 137 | public function getDbAdapter() |
| 138 | 138 | { |
@@ -59,6 +59,9 @@ |
||
| 59 | 59 | return $config; |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $path |
|
| 64 | + */ |
|
| 62 | 65 | private function globLoadConfig($path) |
| 63 | 66 | { |
| 64 | 67 | if (file_exists($path)) { |