Skip to content

Commit 88a2243

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: (26 commits) fixed CS fixed CS fixed CS fixer config fixed typo Revert "fixed typo" fixed typo fixed CS Avoid setting request attributes from signature arguments in AnnotationClassLoader [DependencyInjection] Add some missing typehints in YamlFileLoader [DependencyInjection] minor: Fix a DocBlock [HttpKernel] Give higher priority to adding request formats [PropertyInfo] Don't try to access a property thru a static method [PropertyInfo] Exclude static methods form properties guessing [FrameworkBundle] Fix third level headers for MarkdownDescriptor [TwigBundle] do not lose already set method calls #20411 fix Yaml parsing for very long quoted strings CS: apply is_null DX: remove invalid inheritdoc bumped Symfony version to 2.8.17 updated VERSION for 2.8.16 ...
2 parents a950260 + 6225d65 commit 88a2243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function addHtmlContent($content, $charset = 'UTF-8')
192192
$dom = new \DOMDocument('1.0', $charset);
193193
$dom->validateOnParse = true;
194194

195-
set_error_handler(function () {throw new \Exception();});
195+
set_error_handler(function () { throw new \Exception(); });
196196

197197
try {
198198
// Convert charset to HTML-entities to work around bugs in DOMDocument::loadHTML()

0 commit comments

Comments
 (0)