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

@ -135,7 +135,7 @@ class RemoteGitBuild extends Build
* @param string $cloneTo
* @param array $extra
*
* @return bool
* @return boolean
*/
protected function postCloneSetup(Builder $builder, $cloneTo, array $extra = null)
{