After updating by composer (php_md became 2.3.0 from 2.2.0 & code_sniffer became 2.3.0 from 2.2.0) my builds was failed every times.
Plugin php_md failed with error "undefined property exceptions"
After downgrading php_md to 2.2.0 in composer I had such error (it is very strange, that php_cs was failed too, I was downgrading php_md only)
RUNNING PLUGIN: php_mess_detector
Exception: Notice: Undefined offset: 135 in /var/www/phpci/PHPCI/Model/Build/GithubBuild.php line 224
PLUGIN: FAILED
RUNNING PLUGIN: php_code_sniffer
Exception: Notice: Undefined offset: 6 in /var/www/phpci/PHPCI/Model/Build/GithubBuild.php line 224
PLUGIN: FAILED
After updating by composer (php_md became 2.3.0 from 2.2.0 & code_sniffer became 2.3.0 from 2.2.0) my builds was failed every times. Plugin php_md failed with error "undefined property exceptions"
After downgrading php_md to 2.2.0 in composer I had such error (it is very strange, that php_cs was failed too, I was downgrading php_md only)
RUNNING PLUGIN: php_mess_detector Exception: Notice: Undefined offset: 135 in /var/www/phpci/PHPCI/Model/Build/GithubBuild.php line 224 PLUGIN: FAILED
RUNNING PLUGIN: php_code_sniffer Exception: Notice: Undefined offset: 6 in /var/www/phpci/PHPCI/Model/Build/GithubBuild.php line 224 PLUGIN: FAILED
And both plugins was not return results now.
Composer
... "phpmd/phpmd": "2.2.0", "squizlabs/php_codesniffer": "~2.0", ...