mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 04:46:49 +00:00
Remove unneeded whitespace
This commit is contained in:
@@ -59,8 +59,8 @@ class TypesTokenParserTest extends TestCase
|
||||
[
|
||||
'{% types {foo: "foo", bar?: "foo", baz: "baz"} %}',
|
||||
[
|
||||
'foo' => ['type' => 'foo', 'optional' => false],
|
||||
'bar' => ['type' => 'foo', 'optional' => true],
|
||||
'foo' => ['type' => 'foo', 'optional' => false],
|
||||
'bar' => ['type' => 'foo', 'optional' => true],
|
||||
'baz' => ['type' => 'baz', 'optional' => false]
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user