We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab5ebf commit 4507d22Copy full SHA for 4507d22
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 5.6
5
- 7.0
6
+ - 7.1
7
8
before_script:
9
- composer install --no-interaction
src/SQLParser/Node/Expression.php
@@ -154,7 +154,7 @@ public function setBrackets($brackets)
154
/**
155
* @return string
156
*/
157
- public function getDelimiter(): string
+ public function getDelimiter()
158
{
159
return $this->delimiter;
160
}
0 commit comments