Skip to content

Commit 659a165

Browse files
committed
[Feature] Add NEWLINE_ON_FLUENT_CALL constant to AttributeKey
1 parent e4081fe commit 659a165

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/NodeTypeResolver/Node/AttributeKey.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,6 @@ final class AttributeKey
166166
public const string HAS_CLOSURE_WITH_VARIADIC_ARGS = 'has_closure_with_variadic_args';
167167

168168
public const string IS_IN_TRY_BLOCK = 'is_in_try_block';
169+
170+
public const string NEWLINE_ON_FLUENT_CALL = 'newlineOnFluentCall';
169171
}

0 commit comments

Comments
 (0)