We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d69a4 commit e0638f5Copy full SHA for e0638f5
.scrutinizer.yml
@@ -8,9 +8,8 @@ tools:
8
external_code_coverage:
9
enabled: true
10
timeout: 900
11
- php_code_coverage:
12
- enabled: false
13
- test_command: phpunit -c phpunit.xml.dist
14
- php_sim: true
+ php_sim:
+ min_mass: 25
15
php_pdepend: true
16
php_analyzer: true
+ sensiolabs_security_checker: true
src/PhpWord/Writer/HTML/Element/Text.php
@@ -40,7 +40,6 @@ public function write()
40
return;
41
}
42
43
- $html = '';
44
// Paragraph style
45
$paragraphStyle = $this->element->getParagraphStyle();
46
$pStyleIsObject = ($paragraphStyle instanceof Paragraph);
0 commit comments