Change Scrutinizer similarity analysis min mass

This commit is contained in:
Ivan Lanin 2014-05-07 01:44:51 +07:00
parent 51d69a44c6
commit e0638f56bd
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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);