From 77557e74e6938b4327ade40cf5f4546b271d4f1e Mon Sep 17 00:00:00 2001
From: Mantas Simkus <mantas.simkus@ongr.io>
Date: Tue, 21 Apr 2015 10:49:24 +0300
Subject: [PATCH] Fixes to pass phpcs2 standard.

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

diff --git a/Query/Query.php b/Query/Query.php
index d4930bd..4254c9c 100644
--- a/Query/Query.php
+++ b/Query/Query.php
@@ -84,7 +84,7 @@ class Query implements BuilderInterface
      * @param string           $path
      * @param BuilderInterface $query
      *
-     * @deprecated will remove in 1.0 Add NestedQuery to the Query as all other queries.
+     * @deprecated Will remove in 1.0 Add NestedQuery to the Query as all other queries.
      */
     public function addToNested($path, $query)
     {
-- 
GitLab