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 fd51ccf commit abde0dcCopy full SHA for abde0dc
src/DataFields.php
@@ -159,7 +159,7 @@ public static function parseBlock($block)
159
protected static function lineContinues($lines, $n, $key)
160
{
161
return
162
- in_array($key, ['FieldValue', 'FieldValueDefault']) &&
+ in_array($key, array('FieldValue', 'FieldValueDefault')) &&
163
array_key_exists($n + 1, $lines) &&
164
!preg_match('/^Field(Value|ValueDefault|Justification):/', $lines[$n + 1]);
165
}
0 commit comments