Skip to content

Commit a1a5393

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [CS] Apply phpdoc_annotation_without_dot
2 parents 515d4e0 + fc26934 commit a1a5393

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
@@ -257,7 +257,7 @@ public function block(FormView $view, $blockName, array $variables = array())
257257
*
258258
* @return string A CSRF token
259259
*
260-
* @throws \BadMethodCallException When no CSRF provider was injected in the constructor.
260+
* @throws \BadMethodCallException when no CSRF provider was injected in the constructor
261261
*/
262262
public function csrfToken($intention)
263263
{

0 commit comments

Comments
 (0)