Skip to content

Commit 1dfbeb8

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: removed dots at the end of @param and @return fixed typo
2 parents 9a0b264 + f2cc2c5 commit 1dfbeb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CssSelector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class CssSelector
6868
* Optionally, a prefix can be added to the resulting XPath
6969
* expression with the $prefix parameter.
7070
*
71-
* @param mixed $cssExpr The CSS expression.
72-
* @param string $prefix An optional prefix for the XPath expression.
71+
* @param mixed $cssExpr The CSS expression
72+
* @param string $prefix An optional prefix for the XPath expression
7373
*
7474
* @return string
7575
*/

0 commit comments

Comments
 (0)