Docblock fixes

This commit is contained in:
Dan Cryer 2015-10-05 14:11:43 +01:00
commit f1f5f61669
2 changed files with 8 additions and 2 deletions

View file

@ -12,7 +12,10 @@ use PHPCI\BuildFactory;
use PHPCI\Logging\BuildDBLogHandler;
use PHPCI\Model\Build;
/**
* Class BuildWorker
* @package PHPCI\Worker
*/
class BuildWorker
{
/**