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 067987f..382ee8f 100644 --- a/src/Components/FunctionCall.php +++ b/src/Components/FunctionCall.php @@ -1,8 +1,8 @@ <?php - /** * Parses a function call. */ +declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Components; |