Skip to content

Commit

Permalink
Wrong spaces (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Mar 8, 2023
1 parent e9ef60d commit 7809f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data.php
Expand Up @@ -74,7 +74,7 @@ protected static function filter(mixed $value, mixed $filter)
/**
* @return false|string
*/
protected static function readFile(string $filePath): bool | string
protected static function readFile(string $filePath): bool|string
{
$contents = false;

Expand Down

0 comments on commit 7809f37

Please sign in to comment.