Skip to content

Commit 377cecc

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 16f5088 commit 377cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PersonalDataSelection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function forUser(ExportsPersonalData $user)
3333

3434
public function add(string $nameInDownload, array | string $content): PersonalDataSelection
3535
{
36-
if (!is_string($content)) {
36+
if (! is_string($content)) {
3737
$content = json_encode($content, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
3838
}
3939

0 commit comments

Comments
 (0)