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

View File

@ -40,7 +40,6 @@ class Text extends Element
return;
}
$html = '';
// Paragraph style
$paragraphStyle = $this->element->getParagraphStyle();
$pStyleIsObject = ($paragraphStyle instanceof Paragraph);