From db48c6c79cb6c063067ce24335b0fd2034f81aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Jonu=C5=A1as?= <mantas.jonusas@nfq.lt> Date: Mon, 23 Mar 2015 13:25:42 +0200 Subject: [PATCH] Updated variable declaration type --- Sort/AbstractSort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sort/AbstractSort.php b/Sort/AbstractSort.php index d3e725a..46dd290 100644 --- a/Sort/AbstractSort.php +++ b/Sort/AbstractSort.php @@ -98,7 +98,7 @@ abstract class AbstractSort implements BuilderInterface /** * Set order direction. * - * @param string|array $order + * @param string $order */ public function setOrder($order) { -- GitLab