We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d88a56 commit e60bb31Copy full SHA for e60bb31
src/Extension/Attributes/Util/AttributesHelper.php
@@ -24,7 +24,7 @@
24
final class AttributesHelper
25
{
26
private const SINGLE_ATTRIBUTE = '\s*([.]-?[_a-z][^\s}]*|[#][^\s}]+|' . RegexHelper::PARTIAL_ATTRIBUTENAME . RegexHelper::PARTIAL_ATTRIBUTEVALUESPEC . '?)\s*';
27
- private const ATTRIBUTE_LIST = '/^{(?!{):?(' . self::SINGLE_ATTRIBUTE . ')+}(?!})/i';
+ private const ATTRIBUTE_LIST = '/^{:?(' . self::SINGLE_ATTRIBUTE . ')+}(?!})/i';
28
29
/**
30
* @return array<string, mixed>
0 commit comments