Skip to content

Commit feb400e

Browse files
authored
Merge pull request #4 from asseco-voice/analysis-L314Gl
Apply fixes from StyleCI
2 parents bc8ebb7 + ded440d commit feb400e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RequestParameters/RelationsParameter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public static function getParameterName(): string
1616
public function appendQuery(): void
1717
{
1818
foreach ($this->arguments as $argument) {
19-
2019
if (is_string($argument)) {
2120
$this->appendSimpleRelation($argument);
2221
continue;

0 commit comments

Comments
 (0)