Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and github-actions[bot] committed Oct 3, 2024
1 parent 43b22f4 commit 9aaaf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TodoByTicketCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function processNode(Node $node, Scope $scope)
$ticketKey,
$todoText,
$match[0][1], // wholeMatchStartOffset,
$startLine
$startLine,
];
}
}
Expand Down

0 comments on commit 9aaaf85

Please sign in to comment.