Code refactoring.

This commit is contained in:
Andrés Montañez
2014-06-12 16:45:40 -03:00
parent 12f42dc110
commit d17dd0eb27
9 changed files with 11 additions and 13 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ class Console
{
/**
* Handler to the current Log File.
* @var handler
* @var mixed
*/
private static $log = null;
@@ -56,7 +56,7 @@ class Console
/**
* Configuration
* @var Mage/Config
* @var \Mage\Config
*/
private static $config;