mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
Fixed code formattins issues
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user