We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f5088 commit 377ceccCopy full SHA for 377cecc
src/PersonalDataSelection.php
@@ -33,7 +33,7 @@ public function forUser(ExportsPersonalData $user)
33
34
public function add(string $nameInDownload, array | string $content): PersonalDataSelection
35
{
36
- if (!is_string($content)) {
+ if (! is_string($content)) {
37
$content = json_encode($content, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
38
}
39
0 commit comments