Skip to content

Commit

Permalink
Update src/BinaryAdapter.php
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
arnebr and kesselb authored Jul 23, 2023
1 parent f8553f2 commit 0f54f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BinaryAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct()
*
* @return void
*/
public function setLogger(LoggerInterface $logger):void
public function setLogger(LoggerInterface $logger): void
{
$this->logger = $logger;
}
Expand Down

0 comments on commit 0f54f2f

Please sign in to comment.