@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $query |
30 | - * @return mixed |
|
30 | + * @return string|null |
|
31 | 31 | */ |
32 | 32 | public function filter($query) { |
33 | 33 |
@@ -65,7 +65,7 @@ |
||
65 | 65 | /** |
66 | 66 | * Unpacking the archive to ./templates/ folder |
67 | 67 | * @param string $unpackPath (optional) path to templates folder (default ./templates) |
68 | - * @return string template name |
|
68 | + * @return boolean template name |
|
69 | 69 | * @throws \Exception |
70 | 70 | */ |
71 | 71 | public function unpack($unpackPath = TEMPLATES_PATH) { |
@@ -308,7 +308,7 @@ |
||
308 | 308 | } |
309 | 309 | |
310 | 310 | /** |
311 | - * @param $sqlString |
|
311 | + * @param string $sqlString |
|
312 | 312 | */ |
313 | 313 | public function query_from_file($sqlString) { |
314 | 314 |