diff options
author | Bruce Wells <phpfui@users.noreply.github.com> | 2018-09-12 20:02:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 20:02:03 +0300 |
commit | 2722a5201d326317e391ae6c0e2fa7e0c2b537b4 (patch) | |
tree | c50b777d06d9e9eeff6aeb59005c389ddf9a552b /src | |
parent | 7a36e07736c04e620380fc6657888dca50ad8e31 (diff) |
Fixed merge error
Diffstat (limited to 'src')
-rw-r--r-- | src/NXP/Classes/TokenFactory.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/NXP/Classes/TokenFactory.php b/src/NXP/Classes/TokenFactory.php index e5aa865..d70dd55 100644 --- a/src/NXP/Classes/TokenFactory.php +++ b/src/NXP/Classes/TokenFactory.php @@ -52,19 +52,6 @@ class TokenFactory $this->functions[$name] = [$places, $function]; } - - /** - * get functions - * - * @return array containing callback and places indexed by - * function name - */ - public function getFunctions() - { - return $this->functions; - } - - /** * get functions * |