Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jun 4, 2022
1 parent 16f5088 commit 377cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PersonalDataSelection.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function forUser(ExportsPersonalData $user)

public function add(string $nameInDownload, array | string $content): PersonalDataSelection
{
if (!is_string($content)) {
if (! is_string($content)) {
$content = json_encode($content, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
}

Expand Down

0 comments on commit 377cecc

Please sign in to comment.