Fixed naming.

This commit is contained in:
Dmitry Khomutov 2017-10-21 15:51:05 +07:00
commit 45e674a733
22 changed files with 24 additions and 36 deletions

View file

@ -7,7 +7,7 @@ use PHPCensor\Model\Build;
use PHPCensor\Plugin;
/**
* Clean build removes Composer related files and allows PHPCI users to clean up their build directory.
* Clean build removes Composer related files and allows users to clean up their build directory.
* Useful as a precursor to copy_build.
*
* @author Dan Cryer <dan@block8.co.uk>