summaryrefslogtreecommitdiffstats
path: root/src/Components/FunctionCall.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-10 16:55:42 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-10 16:55:42 +0300
commit80cc0cd6920e4266b97e915289e6d0c146086968 (patch)
tree43b0d0d6c37309b456e55ddd8ee1b0b5e2e4db35 /src/Components/FunctionCall.php
parent87cc627fdd144543bdac6264ec7c3dd5c3e824ab (diff)
downloadsql-parser-80cc0cd6920e4266b97e915289e6d0c146086968.zip
sql-parser-80cc0cd6920e4266b97e915289e6d0c146086968.tar.gz
sql-parser-80cc0cd6920e4266b97e915289e6d0c146086968.tar.bz2
Fixed coding style.
Diffstat (limited to 'src/Components/FunctionCall.php')
-rw-r--r--src/Components/FunctionCall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/FunctionCall.php b/src/Components/FunctionCall.php
index 572b3f8..b86eeb8 100644
--- a/src/Components/FunctionCall.php
+++ b/src/Components/FunctionCall.php
@@ -42,7 +42,7 @@ class FunctionCall extends Component
/**
* Constructor.
*
- * @param string $name The name of the function to be called.
+ * @param string $name The name of the function to be called.
* @param array|ArrayObj $parameters The parameters of this function.
*/
public function __construct($name = null, $parameters = null)