mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-27 18:47:13 +00:00
Fix CS
This commit is contained in:
@@ -307,7 +307,7 @@ class TwigTestExtension extends AbstractExtension
|
||||
|
||||
public function is_multi_word($value)
|
||||
{
|
||||
return false !== strpos($value, ' ');
|
||||
return str_contains($value, ' ');
|
||||
}
|
||||
|
||||
public function __call($method, $arguments)
|
||||
|
||||
Reference in New Issue
Block a user