aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Classes/CustomFunction.php
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2020-06-03 16:59:55 +0300
committerGitHub <noreply@github.com>2020-06-03 16:59:55 +0300
commit333a52e9aa64272b0011e108714c93c0f1e0d7db (patch)
treea1f6985aa44e3af0296989435427d57bc5219add /src/NXP/Classes/CustomFunction.php
parent913cf0a1e8920dbcc18649fa173a0c7e6ba5d5ef (diff)
parentea898d7a7b85aeb677f81f13784232c99b61808a (diff)
Merge pull request #4 from neonxp/master
Latest from master
Diffstat (limited to 'src/NXP/Classes/CustomFunction.php')
-rw-r--r--src/NXP/Classes/CustomFunction.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/NXP/Classes/CustomFunction.php b/src/NXP/Classes/CustomFunction.php
index bf36405..06e21ef 100644
--- a/src/NXP/Classes/CustomFunction.php
+++ b/src/NXP/Classes/CustomFunction.php
@@ -3,7 +3,6 @@
namespace NXP\Classes;
-
use NXP\Exception\IncorrectExpressionException;
use ReflectionException;
use ReflectionFunction;
@@ -58,6 +57,4 @@ class CustomFunction
return new Token(Token::Literal, $result);
}
-
-
-} \ No newline at end of file
+}