Fixed code formattins issues

This commit is contained in:
Alexander Makarov
2014-04-04 20:17:13 +04:00
parent 2c28198cd2
commit 7d3cf501d0
3 changed files with 3 additions and 3 deletions

View File

@@ -242,7 +242,7 @@ class DbManager extends Manager
/**
* Assigns an authorization item to a user.
*
*@param mixed $userId the user ID (see [[\yii\web\User::id]])
* @param mixed $userId the user ID (see [[\yii\web\User::id]])
* @param string $itemName the item name
* @param string $ruleName the business rule to be executed when [[checkAccess()]] is called
* for this particular authorization item.

View File

@@ -147,7 +147,7 @@ class Item extends Object
/**
* Assigns this item to a user.
*
*@param mixed $userId the user ID (see [[\yii\web\User::id]])
* @param mixed $userId the user ID (see [[\yii\web\User::id]])
* @param Rule $rule the rule to be executed when [[checkAccess()]] is called
* for this particular authorization item.
* @param mixed $data additional data associated with this assignment

View File

@@ -183,7 +183,7 @@ class PhpManager extends Manager
/**
* Assigns an authorization item to a user.
*
*@param mixed $userId the user ID (see [[\yii\web\User::id]])
* @param mixed $userId the user ID (see [[\yii\web\User::id]])
* @param string $itemName the item name
* @param string $ruleName the business rule to be executed when [[checkAccess()]] is called
* for this particular authorization item.