Change Scrutinizer similarity analysis min mass
This commit is contained in:
parent
51d69a44c6
commit
e0638f56bd
|
|
@ -8,9 +8,8 @@ tools:
|
|||
external_code_coverage:
|
||||
enabled: true
|
||||
timeout: 900
|
||||
php_code_coverage:
|
||||
enabled: false
|
||||
test_command: phpunit -c phpunit.xml.dist
|
||||
php_sim: true
|
||||
php_sim:
|
||||
min_mass: 25
|
||||
php_pdepend: true
|
||||
php_analyzer: true
|
||||
sensiolabs_security_checker: true
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ class Text extends Element
|
|||
return;
|
||||
}
|
||||
|
||||
$html = '';
|
||||
// Paragraph style
|
||||
$paragraphStyle = $this->element->getParagraphStyle();
|
||||
$pStyleIsObject = ($paragraphStyle instanceof Paragraph);
|
||||
|
|
|
|||
Loading…
Reference in New Issue