cleanup doc blocks of PhpUnit

This commit is contained in:
SimonHeimberg 2018-02-25 17:17:26 +01:00 committed by Dmitry Khomutov
parent 4c8398f68f
commit 60b715e4bd
No known key found for this signature in database
GPG key ID: EC19426474B37AAC

View file

@ -42,10 +42,8 @@ class PhpUnit extends Plugin implements ZeroConfigPluginInterface
*/ */
protected $buildBranchLocation; protected $buildBranchLocation;
/** /** @var PhpUnitOptions*/
* @var string[] Raw options from the config file protected $options;
*/
protected $options = [];
/** /**
* @return string * @return string
@ -83,7 +81,7 @@ class PhpUnit extends Plugin implements ZeroConfigPluginInterface
/** /**
* Check if the plugin can be executed without any configurations * Check if the plugin can be executed without any configurations
* *
* @param $stage * @param string $stage
* @param Builder $builder * @param Builder $builder
* @param Build $build * @param Build $build
* *
@ -140,9 +138,9 @@ class PhpUnit extends Plugin implements ZeroConfigPluginInterface
/** /**
* Run the tests defined in a PHPUnit config file or in a specific directory. * Run the tests defined in a PHPUnit config file or in a specific directory.
* *
* @param $directory * @param string $directory
* @param $configFile * @param string|null $configFile
* @param string $logFormat * @param string $logFormat
* *
* @return bool|mixed * @return bool|mixed
* *