Skip to content

Commit 8b66bee

Browse files
author
Julien Neuhart
committed
Fixing PHP 5.6 compatibility
1 parent 4507d22 commit 8b66bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLParser/Node/Expression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function getDelimiter()
164164
*
165165
* @param string $delimiter
166166
*/
167-
public function setDelimiter(string $delimiter)
167+
public function setDelimiter($delimiter)
168168
{
169169
$this->delimiter = $delimiter;
170170
}

0 commit comments

Comments
 (0)