From 893d4e47f580f45fb4c8994166bfa5ae2cce7584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Jonu=C5=A1as?= <mantas.jonusas@nfq.lt> Date: Thu, 9 Apr 2015 10:48:27 +0300 Subject: [PATCH] Updated toArray doc comment in CategoryContext class --- Suggester/Context/CategoryContext.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Suggester/Context/CategoryContext.php b/Suggester/Context/CategoryContext.php index 51429cd..9c1e875 100644 --- a/Suggester/Context/CategoryContext.php +++ b/Suggester/Context/CategoryContext.php @@ -18,6 +18,8 @@ class CategoryContext extends AbstractContext { /** * {@inheritdoc} + * + * @return array|string */ public function toArray() { -- GitLab