Fixed namespaces in docblocks (PHPCI -> PHPCensor)

This commit is contained in:
Dmitry Khomutov 2016-07-21 23:20:59 +06:00
commit 32f5c01728
89 changed files with 167 additions and 168 deletions

View file

@ -25,12 +25,12 @@ use PHPCensor\Service\UserService;
class UserController extends Controller
{
/**
* @var \PHPCI\Store\UserStore
* @var \PHPCensor\Store\UserStore
*/
protected $userStore;
/**
* @var \PHPCI\Service\UserService
* @var \PHPCensor\Service\UserService
*/
protected $userService;