Skip to content

Commit 4507d22

Browse files
author
Julien Neuhart
committed
Fixing PHP 5.6 compatibility, adding 7.1 tests
1 parent 3ab5ebf commit 4507d22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6+
- 7.1
67

78
before_script:
89
- composer install --no-interaction

src/SQLParser/Node/Expression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function setBrackets($brackets)
154154
/**
155155
* @return string
156156
*/
157-
public function getDelimiter(): string
157+
public function getDelimiter()
158158
{
159159
return $this->delimiter;
160160
}

0 commit comments

Comments
 (0)