Skip to content

Commit

Permalink
Add comment to clarify.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Aug 29, 2024
1 parent 40c3c21 commit 58de6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Data/ThirdPartyDataFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static function ($matches) use ($args, $optionalParams) {
if (isset($optionalParams[ $matches[1] ])) {
return json_encode($optionalParams[ $matches[1] ]);
}
return '""';
return '""'; // The same as `json_encode('')`.
},
$code
);
Expand Down

0 comments on commit 58de6d4

Please sign in to comment.