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