Completed
Push — master ( 6d1d70...5b3b49 )
by Westin
02:51
created
src/Processor/IntrospectionProcessorFactory.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
@@ -10,9 +10,9 @@  discard block
 block discarded – undo
10 10
 {
11 11
     public function __invoke(array $options)
12 12
     {
13
-        $level          = (int)   ($options['level']               ?? Logger::DEBUG);
13
+        $level          = (int) ($options['level']               ?? Logger::DEBUG);
14 14
         $skipPartials   = (array) ($options['skipClassesPartials'] ?? []);
15
-        $skipFrameCount = (int)   ($options['skipStackFramesCount'] ?? 0);
15
+        $skipFrameCount = (int) ($options['skipStackFramesCount'] ?? 0);
16 16
 
17 17
         return new IntrospectionProcessor(
18 18
             $level,
Please login to merge, or discard this patch.
src/Processor/ProcessorMapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.
src/Processor/WebProcessorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.
src/Processor/MemoryUsageProcessorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.
src/Processor/MemoryPeakUsageProcessorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.
src/Processor/ProcessIdProcessorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.
src/Processor/UidProcessorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.
src/Processor/GitProcessorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.
src/Processor/MercurialProcessorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace WShafer\PSR11MonoLog\Processor;
5 5
 
Please login to merge, or discard this patch.