From ce703ee910f0da9e0a2c3c5adf2cce76c2e1361d Mon Sep 17 00:00:00 2001
From: Serghei Iakovlev <sergeyklay@users.noreply.github.com>
Date: Wed, 6 May 2015 01:50:54 +0300
Subject: [PATCH] Update console.zep

---
 phalcon/cli/console.zep | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/phalcon/cli/console.zep b/phalcon/cli/console.zep
index 565d14b5e6a..813994db3f1 100644
--- a/phalcon/cli/console.zep
+++ b/phalcon/cli/console.zep
@@ -140,11 +140,8 @@ class Console implements InjectionAwareInterface, EventsAwareInterface
 
 	/**
 	 * Handle the whole command-line tasks
-	 *
-	 * @param array arguments
-	 * @return mixed
 	 */
-	public function handle(arguments = null)
+	public function handle(array arguments = null) -> var
 	{
 		var dependencyInjector, router, eventsManager,
 			moduleName, modules, module, path, className,