Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 757ae74

Browse filesBrowse files
committed
fixed typo
1 parent be66c44 commit 757ae74
Copy full SHA for 757ae74

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/DomCrawler/Crawler.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Crawler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ private function parseXhtml(string $htmlContent, string $charset = 'UTF-8'): \DO
11401140
}
11411141

11421142
/**
1143-
* Convert charset to HTML-entities to ensure valid parsing.
1143+
* Converts charset to HTML-entities to ensure valid parsing.
11441144
*/
11451145
private function convertToHtmlEntities(string $htmlContent, string $charset = 'UTF-8'): string
11461146
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.