@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | * @author Georges.L (Geolim4) <[email protected]> |
| 12 | 12 | * |
| 13 | 13 | */ |
| 14 | -declare(strict_types=1); |
|
| 14 | +declare(strict_types = 1); |
|
| 15 | 15 | |
| 16 | 16 | namespace Phpfastcache\Helper; |
| 17 | 17 | |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | */ |
| 161 | 161 | public function printText(string $string, bool $strtoupper = false, string $prefix = ''): self |
| 162 | 162 | { |
| 163 | - if($prefix){ |
|
| 163 | + if ($prefix) { |
|
| 164 | 164 | $string = "[{$prefix}] {$string}"; |
| 165 | 165 | } |
| 166 | 166 | if (!$strtoupper) { |