@@ -38,7 +38,7 @@ |
||
38 | 38 | 'filter' => '/[{}]/', |
39 | 39 | 'config' => '/(?:^config)?:([A-z0-9_-]+)+(?=:|$)/', |
40 | 40 | 'array' => '/^(?P<var>[A-z0-9_-]+)(?:\[(?P<key>.+)])$/' |
41 | - ]; |
|
41 | + ]; |
|
42 | 42 | |
43 | 43 | /** |
44 | 44 | * Parse param and replace {{.*}} by its Fixtures::get() value if exists |