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 369809a commit c290027Copy full SHA for c290027
php/.php-cs-fixer.php
@@ -2,6 +2,7 @@
2
$finder = PhpCsFixer\Finder::create()
3
->in([
4
__DIR__ . '/src',
5
+ __DIR__ . '/src-generated',
6
__DIR__ . '/tests',
7
__DIR__ . '/bin',
8
])
php/gherkin-php.razor
@@ -175,8 +175,16 @@ final class @Model.ParserClassName
175
}
176
foreach(var production in transition.Productions)
177
{
178
+ if (transition.LookAheadHint != null)
179
+ {
180
+ <text> </text>
181
+ }
182
@CallProduction(production)
183
184
185
186
187
188
@:return @transition.TargetState;
189
if (transition.LookAheadHint != null)
190
0 commit comments