File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments