Skip to content

Commit 7a3ee9a

Browse files
committed
Merge branch '3.1'
* 3.1: fixed CS fixed CS fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 [Security] Allow LDAP loadUser override removed dots at the end of @param and @return fixed typo
2 parents 4131da8 + 2851e19 commit 7a3ee9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CssSelectorConverter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CssSelectorConverter
2929
private $translator;
3030

3131
/**
32-
* @param bool $html Whether HTML support should be enabled. Disable it for XML documents.
32+
* @param bool $html Whether HTML support should be enabled. Disable it for XML documents
3333
*/
3434
public function __construct($html = true)
3535
{
@@ -53,8 +53,8 @@ public function __construct($html = true)
5353
* Optionally, a prefix can be added to the resulting XPath
5454
* expression with the $prefix parameter.
5555
*
56-
* @param string $cssExpr The CSS expression.
57-
* @param string $prefix An optional prefix for the XPath expression.
56+
* @param string $cssExpr The CSS expression
57+
* @param string $prefix An optional prefix for the XPath expression
5858
*
5959
* @return string
6060
*/

0 commit comments

Comments
 (0)