Passed
Push — develop ( 53b14c...3240e8 )
by Johnny
03:29 queued 01:41
created
src/Cortex/Triggers/Alternation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
                     $sentences [] = $tmp;
92 92
                 }
93 93
 
94
-                $result = array_filter($sentences, static function (string $sentence) use ($input) {
94
+                $result = array_filter($sentences, static function(string $sentence) use ($input) {
95 95
                     return (strtolower($sentence) === strtolower($input->source()));
96 96
                 });
97 97
 
Please login to merge, or discard this patch.