Passed
Push — master ( bc2cf1...5553cf )
by Hannes
03:34
created
src/Console/Helper/DonorArgument.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
  * Copyright 2016-19 Hannes Forsgård
19 19
  */
20 20
 
21
-declare(strict_types = 1);
21
+declare(strict_types=1);
22 22
 
23 23
 namespace byrokrat\giroapp\Console\Helper;
24 24
 
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
             return $donor;
78 78
         }
79 79
 
80
-        $regexp = '/'. preg_quote($donorId, '/') . '/i';
80
+        $regexp = '/' . preg_quote($donorId, '/') . '/i';
81 81
 
82 82
         $matchedDonor = null;
83 83
 
Please login to merge, or discard this patch.