Skip to content

Commit 0fe8670

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: [CS] Apply phpdoc_annotation_without_dot bumped Symfony version to 3.3.10 updated VERSION for 3.3.9 updated CHANGELOG for 3.3.9 [DomCrawler] Fix conversion to int on GetPhpFiles Remove `protected_to_private` rule. Filtering empty uuids in ORMQueryBuilderLoader.
2 parents 830cd42 + ffeda47 commit 0fe8670

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)