Remove unneeded use statements from global namespaces

Use statements on global classes from the global namespace don't have any effect, prevent warnings from being displayed in php versions >= 5.6.9 and version >= 5.5.25.

refs #9281
This commit is contained in:
Matthias Jentsch 2015-06-16 16:06:19 +02:00
parent 00ae69a694
commit 5bf7bbdb8b
2 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
use \Zend_View_Helper_FormElement;
/**
* Render number input controls
*/

View File

@ -1,7 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
use \Zend_Controller_Router_Route;
use Icinga\Application\Icinga;
if (Icinga::app()->isCli()) {