diff options
Diffstat (limited to 'src/Components/FunctionCall.php')
-rw-r--r-- | src/Components/FunctionCall.php | 2 |
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) |