From 886026879137c810a3376165039b51e7c3833529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mirtes?= Date: Sat, 3 Dec 2016 19:29:29 +0100 Subject: [PATCH] typos (#243) --- src/Dibi/Connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dibi/Connection.php b/src/Dibi/Connection.php index 54bb6df1..7ac119ff 100644 --- a/src/Dibi/Connection.php +++ b/src/Dibi/Connection.php @@ -555,7 +555,7 @@ class Connection /** * Executes SQL query and fetch result - shortcut for query() & fetch(). * @param array|mixed one or more arguments - * @return Row + * @return Row|bool * @throws Exception */ public function fetch($args) @@ -581,7 +581,7 @@ class Connection /** * Executes SQL query and fetch first column - shortcut for query() & fetchSingle(). * @param array|mixed one or more arguments - * @return string + * @return string|bool * @throws Exception */ public function fetchSingle($args)