From 132391065ca3a148ffa777985ac72886bf9e6ab6 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Fri, 10 May 2013 09:59:18 +0400 Subject: [PATCH] Comment fixes --- framework/rbac/DbManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/rbac/DbManager.php b/framework/rbac/DbManager.php index d3c584c..81a0edd 100644 --- a/framework/rbac/DbManager.php +++ b/framework/rbac/DbManager.php @@ -85,7 +85,7 @@ class DbManager extends Manager /** * Performs access check for the specified user. * This method is internally called by [[checkAccess()]]. - * @param mixed $userId the user ID. This should can be either an integer and a string representing + * @param mixed $userId the user ID. This should can be either an integer or a string representing * the unique identifier of a user. See [[User::id]]. * @param string $itemName the name of the operation that need access check * @param array $params name-value pairs that would be passed to biz rules associated