Commit 7d3cf501 by Alexander Makarov

Fixed code formattins issues

parent 2c28198c
...@@ -242,7 +242,7 @@ class DbManager extends Manager ...@@ -242,7 +242,7 @@ class DbManager extends Manager
/** /**
* Assigns an authorization item to a user. * 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 $itemName the item name
* @param string $ruleName the business rule to be executed when [[checkAccess()]] is called * @param string $ruleName the business rule to be executed when [[checkAccess()]] is called
* for this particular authorization item. * for this particular authorization item.
......
...@@ -147,7 +147,7 @@ class Item extends Object ...@@ -147,7 +147,7 @@ class Item extends Object
/** /**
* Assigns this item to a user. * 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 * @param Rule $rule the rule to be executed when [[checkAccess()]] is called
* for this particular authorization item. * for this particular authorization item.
* @param mixed $data additional data associated with this assignment * @param mixed $data additional data associated with this assignment
......
...@@ -183,7 +183,7 @@ class PhpManager extends Manager ...@@ -183,7 +183,7 @@ class PhpManager extends Manager
/** /**
* Assigns an authorization item to a user. * 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 $itemName the item name
* @param string $ruleName the business rule to be executed when [[checkAccess()]] is called * @param string $ruleName the business rule to be executed when [[checkAccess()]] is called
* for this particular authorization item. * for this particular authorization item.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment