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