Skip to content

Commit 4c0550b

Browse files
authored
Merge pull request #18 from osiemsiedem/analysis-N4YR61
Apply fixes from StyleCI
2 parents 383b258 + bd4a771 commit 4c0550b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Parsers/AbstractParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ protected function trimDelimeters(Cursor $cursor, int $start, int $end): ?array
9797

9898
return [
9999
'start' => $start,
100-
'end' => $end,
100+
'end' => $end,
101101
];
102102
}
103103

@@ -128,7 +128,7 @@ protected function trimMoreDelimeters(Cursor $cursor, int $start, int $end): ?ar
128128

129129
return [
130130
'start' => $start,
131-
'end' => $end,
131+
'end' => $end,
132132
];
133133
}
134134

0 commit comments

Comments
 (0)