Skip to content

Commit ffeda47

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: [CS] Apply phpdoc_annotation_without_dot
2 parents e41df19 + a1a5393 commit ffeda47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templating/Helper/FormHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function block(FormView $view, $blockName, array $variables = array())
236236
*
237237
* @return string A CSRF token
238238
*
239-
* @throws \BadMethodCallException When no CSRF provider was injected in the constructor.
239+
* @throws \BadMethodCallException when no CSRF provider was injected in the constructor
240240
*/
241241
public function csrfToken($tokenId)
242242
{

0 commit comments

Comments
 (0)