Skip to content

Commit ac75c4d

Browse files
committed
resolved conflicts
2 parents 37ac373 + 9d3fbe4 commit ac75c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor
22
composer.lock
3-
.phpunit.result.cache
3+
.phpunit.result.cache
4+
/.idea

src/BlaspExpressionService.php

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private function loadConfiguration(): void
129129
private function generateSeparatorExpression(): string
130130
{
131131
return $this->generateEscapedExpression($this->separators, $this->escapedSeparatorCharacters);
132-
return !empty($separatorExpression) ? $separatorExpression . '?' : '';
133132
}
134133

135134
/**

0 commit comments

Comments
 (0)