Skip to content

Commit

Permalink
style(php-cs-fixer): lint php files and fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions[bot] committed Jun 23, 2024
1 parent cc585ff commit 6f91ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traffic/Message/Multipart/Part.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function create(array $headers): Part
$fileName = \preg_match(
'/\bfilename=(?:(?<a>[^" ;,]++)|"(?<b>[^"]++)")/',
$contentDisposition,
$matches
$matches,
) === 1 ? ($matches['a'] ?: $matches['b']) : null;
}

Expand Down

0 comments on commit 6f91ae4

Please sign in to comment.