From 9fbc88655353afebc627d9036d445c5d81411cf7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 28 Mar 2016 14:24:29 +0200 Subject: [PATCH] Spelling fix --- Utils/Parser/Php/FunctionParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/Parser/Php/FunctionParser.php b/Utils/Parser/Php/FunctionParser.php index 360c74401..9d2865417 100644 --- a/Utils/Parser/Php/FunctionParser.php +++ b/Utils/Parser/Php/FunctionParser.php @@ -162,7 +162,7 @@ class FunctionParser $member .= 'static '; } - $member .= 'fucntion ' . $this->name . '('; + $member .= 'function ' . $this->name . '('; $parameters = ''; foreach($this->parameters as $name => $para) {