Code cleanup

This commit is contained in:
lopar
2018-10-31 21:53:21 +02:00
parent 845a59b230
commit 744be5f52c
3 changed files with 18 additions and 14 deletions
+1
View File
@@ -373,6 +373,7 @@ class Mysql
* @param string строка SQL-запроса
* @param mixed аргументы для заполнителей
* @return bool|Statement false в случае ошибки, в обратном случае объект результата
* @throws Exception
*/
public function query()
{