Browse Source

Comment fixes

tags/2.0.0-beta
Alexander Kochetov 12 years ago
parent
commit
132391065c
  1. 2
      framework/rbac/DbManager.php

2
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

Loading…
Cancel
Save