Skip to content

Commit

Permalink
Applied rules: JoinStringConcatRector
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Jun 29, 2024
1 parent 4377c3c commit 5cd0349
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Traits/LoadableBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public static function fromJsonUrl(string $jsonUrl): self
'http' => [
'method' => "GET",
'header' => 'Accept-language: en
' .
"User-Agent: hi-folks/data-block",
User-Agent: hi-folks/data-block',
],
];
$context = stream_context_create($options);
Expand Down

0 comments on commit 5cd0349

Please sign in to comment.