From 67e1a417bb055d2feb4f0353703908f08840b2e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mantas=20Jonu=C5=A1as?= <mantas.jonusas@nfq.lt>
Date: Tue, 24 Feb 2015 16:41:29 +0200
Subject: [PATCH] Changed variable type

---
 Filter/HasChildFilter.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Filter/HasChildFilter.php b/Filter/HasChildFilter.php
index 747a828..cb8afae 100644
--- a/Filter/HasChildFilter.php
+++ b/Filter/HasChildFilter.php
@@ -30,7 +30,7 @@ class HasChildFilter implements BuilderInterface
     private $type;
 
     /**
-     * @var string
+     * @var BuilderInterface
      */
     private $filter;
 
-- 
GitLab