Refactored build type 'Pull request' logic.

This commit is contained in:
Dmitry Khomutov 2018-02-23 17:40:56 +07:00
commit 429405809e
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
12 changed files with 143 additions and 80 deletions

View file

@ -849,13 +849,14 @@ class Build extends Model
/**
* Allows specific build types (e.g. Github) to report violations back to their respective services.
*
* @param Builder $builder
* @param $plugin
* @param $message
* @param int $severity
* @param null $file
* @param null $lineStart
* @param null $lineEnd
* @param string $plugin
* @param string $message
* @param integer $severity
* @param string $file
* @param integer $lineStart
* @param integer $lineEnd
*/
public function reportError(
Builder $builder,