Skip to content

Commit

Permalink
Fix PHP 5.6.9 error: The use statement with non-compound name 'Except…
Browse files Browse the repository at this point in the history
…ion' has no effect

refs #9281
  • Loading branch information
Michael Friedrich committed Jun 2, 2015
1 parent 5f898a3 commit 00ae69a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion application/controllers/DashboardController.php
@@ -1,7 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

use \Exception;
use Icinga\Exception\ProgrammingError;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Forms\Dashboard\DashletForm;
Expand Down
1 change: 0 additions & 1 deletion application/controllers/GroupController.php
@@ -1,7 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

use \Exception;
use Icinga\Application\Logger;
use Icinga\Data\DataArray\ArrayDatasource;
use Icinga\Data\Reducible;
Expand Down
1 change: 0 additions & 1 deletion application/controllers/UserController.php
@@ -1,7 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

use \Exception;
use Icinga\Application\Logger;
use Icinga\Exception\ConfigurationError;
use Icinga\Exception\NotFoundError;
Expand Down
1 change: 0 additions & 1 deletion application/controllers/UsergroupbackendController.php
@@ -1,7 +1,6 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

use \Exception;
use Icinga\Application\Config;
use Icinga\Exception\NotFoundError;
use Icinga\Forms\ConfirmRemovalForm;
Expand Down

0 comments on commit 00ae69a

Please sign in to comment.