Passed
Push — v7 ( 9a759d...c62002 )
by Georges
01:34
created
lib/Phpfastcache/Helper/TestHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.