Passed
Push — master ( 24c1a0...02025f )
by Sebastian
02:01
created
src/Hook/Message/Action/Beams.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
         $options = $action->getOptions();
44 44
         $book    = new RuleBook();
45 45
         $book->setRules(RuleBook\RuleSet::beams(
46
-            (int)  $options->get('subjectLength', 50),
47
-            (int)  $options->get('bodyLineLength', 72),
46
+            (int) $options->get('subjectLength', 50),
47
+            (int) $options->get('bodyLineLength', 72),
48 48
             (bool) $options->get('checkImperativeBeginningOnly', false)
49 49
         ));
50 50
 
Please login to merge, or discard this patch.
tests/CaptainHook/Console/IO/Mockery.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
     public function createIOMock(): IO
24 24
     {
25 25
         return $this->getMockBuilder(DefaultIO::class)
26
-                   ->disableOriginalConstructor()
27
-                   ->getMock();
26
+                    ->disableOriginalConstructor()
27
+                    ->getMock();
28 28
     }
29 29
 
30 30
     /**
Please login to merge, or discard this patch.