8000 fix some cs · symfony/symfony@e26e564 · GitHub
[go: up one dir, main page]

Skip to content

Commit e26e564

Browse files
bronze1manfabpot
authored andcommitted
fix some cs
1 parent 461412c commit e26e564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DomCrawler/Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function addHtmlContent($content, $charset = 'UTF-8')
149149

150150
if (function_exists('mb_convert_encoding')) {
151151
$hasError = false;
152-
set_error_handler(function()use(&$hasError){
152+
set_error_handler(function () use (&$hasError) {
153153
$hasError = true;
154154
});
155155
$tmpContent = @mb_convert_encoding($content, 'HTML-ENTITIES', $charset);

0 commit comments

Comments
 (0)
0