Code style fixes

This commit is contained in:
Dmitry Khomutov 2017-03-04 22:39:56 +07:00
commit a2fbd9b775
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
142 changed files with 132 additions and 1270 deletions

View file

@ -11,7 +11,6 @@ use PHPCensor\Store\BuildStore;
/**
* Plugin Executor - Runs the configured plugins for a given build stage.
* @package PHPCensor\Plugin\Util
*/
class Executor
{