Passed
Push — master ( 558ece...139066 )
by Ondra
04:11 queued 01:31
created
src/stubs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  *
11 11
  */
12 12
 
13
-declare(strict_types = 1);
13
+declare(strict_types=1);
14 14
 
15 15
 if (\PHP_VERSION_ID < 80000) {
16 16
     interface Stringable
Please login to merge, or discard this patch.
phpstan-condition-config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  *
11 11
  */
12 12
 
13
-declare(strict_types = 1);
13
+declare(strict_types=1);
14 14
 
15 15
 $config = [];
16 16
 
Please login to merge, or discard this patch.