Skip to content

Commit d9855ea

Browse files
committed
Unify phplucidframe/console-table line endings
1 parent b987ff8 commit d9855ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Constraint/AssociativeArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ protected function additionalFailureDescription($other): string
210210
$this->allowAdditional ? 'x' : ' '
211211
);
212212

213-
return $output;
213+
return strtr($output, [ "\r\n" => "\n" ]);
214214
}
215215
}

0 commit comments

Comments
 (0)