diff options
author | Michal Čihař <michal@cihar.com> | 2017-01-23 13:13:28 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-01-23 13:13:28 +0100 |
commit | 2b528e3163b9178e28690aada838c9edb1874b36 (patch) | |
tree | 1476c85a809f71f2b263999347af7fb79a63d47f | |
parent | 428edcc891e802a1eb348ab9763f7b69bea99082 (diff) | |
download | sql-parser-2b528e3163b9178e28690aada838c9edb1874b36.zip sql-parser-2b528e3163b9178e28690aada838c9edb1874b36.tar.gz sql-parser-2b528e3163b9178e28690aada838c9edb1874b36.tar.bz2 |
Coding style fixes
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r-- | src/Utils/Formatter.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php index 8bc3bcb..4e0fd0e 100644 --- a/src/Utils/Formatter.php +++ b/src/Utils/Formatter.php @@ -349,10 +349,8 @@ class Formatter } // Checking if pointers were initialized. - /** + /* * Previous Token. - * - * @var Token */ if ($prev !== null) { // Checking if a new clause started. |