Skip to content

Commit 77fd0b6

Browse files
committed
minor #730 Missed semicolon (dmytrome)
This PR was merged into the 2.x branch. Discussion ---------- Missed semicolon | Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- 31e3e10 Missed semicolon
2 parents fa6abd2 + 31e3e10 commit 77fd0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ component use a ``PreMount`` hook::
261261
$resolver->setRequired('message');
262262
$resolver->setAllowedTypes('message', 'string');
263263

264-
return $resolver->resolve($data)
264+
return $resolver->resolve($data);
265265
}
266266

267267
// ...

0 commit comments

Comments
 (0)