chore: update dependencies, chore: pint

This commit is contained in:
Benjamin Nussbaum 2025-08-27 11:25:46 +02:00
parent fb506fa846
commit 0ffc0acc3f
7 changed files with 43 additions and 40 deletions

View file

@ -287,7 +287,7 @@ it('maintains correct yaml field order', function () {
$fieldLines = [];
foreach ($lines as $line) {
$line = trim($line);
$line = mb_trim($line);
if (preg_match('/^([a-zA-Z_]+):/', $line, $matches)) {
$fieldLines[] = $matches[1].':';
}