Completed
Push — master ( a8d87e...a17906 )
by Scott
8s
created
tests/fixtures/phpstanTypeError.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 /**
21 21
  * @SuppressWarnings(PHPMD)
22 22
  */
23
-function testing (int $a) {
23
+function testing(int $a) {
24 24
 }
25 25
 
26 26
 if (false) {
Please login to merge, or discard this patch.
CreatePhar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 $phar->addFile('autoload.php');
13 13
 $phar->addFile('bin/diffFilter');
14 14
 
15
-$code = realpath(__DIR__.'/src');
15
+$code = realpath(__DIR__ . '/src');
16 16
 $codeLength = strlen($code);
17 17
 $directory = new RecursiveDirectoryIterator(
18 18
     $code,
Please login to merge, or discard this patch.