Skip to content

Commit 53cee11

Browse files
CS fixes
1 parent be5a046 commit 53cee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function testAddHtmlContentInvalidBaseTag()
136136
public function testAddHtmlContentCharsetGbk()
137137
{
138138
$crawler = $this->createCrawler();
139-
//gbk encode of <html><p>中文</p></html>
139+
// gbk encode of <html><p>中文</p></html>
140140
$crawler->addHtmlContent($this->getDoctype().base64_decode('PGh0bWw+PHA+1tDOxDwvcD48L2h0bWw+'), 'gbk');
141141

142142
$this->assertEquals('中文', $crawler->filterXPath('//p')->text());

0 commit comments

Comments
 (0)