Skip to content

Commit e0638f5

Browse files
committed
Change Scrutinizer similarity analysis min mass
1 parent 51d69a4 commit e0638f5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ tools:
88
external_code_coverage:
99
enabled: true
1010
timeout: 900
11-
php_code_coverage:
12-
enabled: false
13-
test_command: phpunit -c phpunit.xml.dist
14-
php_sim: true
11+
php_sim:
12+
min_mass: 25
1513
php_pdepend: true
1614
php_analyzer: true
15+
sensiolabs_security_checker: true

src/PhpWord/Writer/HTML/Element/Text.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function write()
4040
return;
4141
}
4242

43-
$html = '';
4443
// Paragraph style
4544
$paragraphStyle = $this->element->getParagraphStyle();
4645
$pStyleIsObject = ($paragraphStyle instanceof Paragraph);

0 commit comments

Comments
 (0)