diff options
Diffstat (limited to 'src/Utils/Misc.php')
-rw-r--r-- | src/Utils/Misc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utils/Misc.php b/src/Utils/Misc.php index 2174060..22227a8 100644 --- a/src/Utils/Misc.php +++ b/src/Utils/Misc.php @@ -19,8 +19,8 @@ class Misc /** * Gets a list of all aliases and their original names. * - * @param SelectStatement $tree The tree that was generated after parsing. - * @param string $database The name of the database. + * @param SelectStatement $tree The tree that was generated after parsing. + * @param string $database The name of the database. * * @return array */ |