Skip to content

Commit f2cc2c5

Browse files
committed
removed dots at the end of @param and @return
1 parent d255e42 commit f2cc2c5

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
@@ -71,8 +71,8 @@ class CssSelector
7171
* Optionally, a prefix can be added to the resulting XPath
7272
* expression with the $prefix parameter.
7373
*
74-
* @param mixed $cssExpr The CSS expression.
75-
* @param string $prefix An optional prefix for the XPath expression.
74+
* @param mixed $cssExpr The CSS expression
75+
* @param string $prefix An optional prefix for the XPath expression
7676
*
7777
* @return string
7878
*/

0 commit comments

Comments
 (0)