diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-06-01 03:50:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 03:50:39 +0300 |
commit | ea898d7a7b85aeb677f81f13784232c99b61808a (patch) | |
tree | a1f6985aa44e3af0296989435427d57bc5219add /src/NXP/Classes/CustomFunction.php | |
parent | 7852fc7d04bcdb3aa60384a1f6dddfd637fedd70 (diff) |
Code style fixes & Github Actions (#65)V2.0.2
* Code style fixes
Up phpunit to v8
New CI
* Remove travis
* Fix CI badge
* Added php-cs-fixer action
Diffstat (limited to 'src/NXP/Classes/CustomFunction.php')
-rw-r--r-- | src/NXP/Classes/CustomFunction.php | 5 |
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 +} |