Passed
Push — v7 ( 41e516...4ee131 )
by Georges
01:39
created
lib/Phpfastcache/Exceptions/PhpfastcacheDeprecatedException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Exceptions/PhpfastcacheDriverException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Exceptions/PhpfastcacheLogicException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Exceptions/PhpfastcacheInvalidArgumentTypeException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Exceptions/PhpfastcacheRootException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Exceptions/PhpfastcacheInstanceNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Exceptions/PhpfastcacheSimpleCacheException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Exceptions/PhpfastcacheDriverCheckException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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\Exceptions;
17 17
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Helper/TestHelper.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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
 
Please login to merge, or discard this patch.
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -221,11 +221,11 @@  discard block
 block discarded – undo
221 221
             $this->printSkipText('A driver could not be initialized due to missing requirement: ' . $exception->getMessage());
222 222
         } else {
223 223
             $this->printFailText(\sprintf(
224
-              'Uncaught exception "%s" in "%s" line %d with message: "%s"',
225
-              \get_class($exception),
226
-              $exception->getFile(),
227
-              $exception->getLine(),
228
-              $exception->getMessage()
224
+                'Uncaught exception "%s" in "%s" line %d with message: "%s"',
225
+                \get_class($exception),
226
+                $exception->getFile(),
227
+                $exception->getLine(),
228
+                $exception->getMessage()
229 229
             ));
230 230
         }
231 231
         $this->terminateTest();
@@ -272,17 +272,17 @@  discard block
 block discarded – undo
272 272
 
273 273
         if ($errorType === '[FATAL ERROR]') {
274 274
             $this->printFailText(\sprintf(
275
-              "A critical error has been caught: \"%s\" in %s line %d",
276
-              "$errorType $errstr",
277
-              $errfile,
278
-              $errline
275
+                "A critical error has been caught: \"%s\" in %s line %d",
276
+                "$errorType $errstr",
277
+                $errfile,
278
+                $errline
279 279
             ));
280 280
         } else {
281 281
             $this->printDebugText(\sprintf(
282
-              "A non-critical error has been caught: \"%s\" in %s line %d",
283
-              "$errorType $errstr",
284
-              $errfile,
285
-              $errline
282
+                "A non-critical error has been caught: \"%s\" in %s line %d",
283
+                "$errorType $errstr",
284
+                $errfile,
285
+                $errline
286 286
             ));
287 287
         }
288 288
     }
Please login to merge, or discard this patch.