This commit is contained in:
caouecs 2018-04-24 23:42:27 +02:00
parent 0923f86a09
commit 8f8c1e00af

View file

@ -45,6 +45,10 @@ class Phan extends Plugin
/** /**
* {@inheritdoc} * {@inheritdoc}
*
* @param Builder $builder
* @param Build $build
* @param array $options
*/ */
public function __construct(Builder $builder, Build $build, array $options = []) public function __construct(Builder $builder, Build $build, array $options = [])
{ {
@ -66,6 +70,8 @@ class Phan extends Plugin
/** /**
* Executes Phan. * Executes Phan.
*
* @return bool
*/ */
public function execute() public function execute()
{ {
@ -111,7 +117,7 @@ class Phan extends Plugin
/** /**
* Process the Phan Json report. * Process the Phan Json report.
* *
* @param $jsonString * @param string $jsonString
* *
* @return int * @return int
* *