Fix coding standard violations

resolves #4352
This commit is contained in:
Matthias Jentsch 2013-08-07 16:19:15 +02:00
parent 76d7753860
commit 57257d1af3
2 changed files with 18 additions and 27 deletions

View File

@ -469,3 +469,4 @@ class IniEditor
}
}
}

View File

@ -37,16 +37,6 @@ use Zend_Config_Ini;
*/
class PreservingIniWriter extends \Zend_Config_Writer_FileAbstract
{
/**
* Create a new instance of PreservingIniWriter
*
* @param array $options The options passed to the base class
*/
function __construct(array $options)
{
parent::__construct($options);
}
/**
* Render the Zend_Config into a config file string
*