From 5bf7bbdb8b5fa4198de611acc1cc5d47e12f3599 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Tue, 16 Jun 2015 16:06:19 +0200 Subject: [PATCH] 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 --- application/views/helpers/FormNumber.php | 2 -- modules/doc/run.php | 1 - 2 files changed, 3 deletions(-) diff --git a/application/views/helpers/FormNumber.php b/application/views/helpers/FormNumber.php index 8f18a14a0..13256f810 100644 --- a/application/views/helpers/FormNumber.php +++ b/application/views/helpers/FormNumber.php @@ -1,8 +1,6 @@ isCli()) {