@@ -91,7 +91,7 @@ |
||
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 |