Browse Source

Fixed code formattins issues

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
7d3cf501d0
  1. 2
      framework/rbac/DbManager.php
  2. 2
      framework/rbac/Item.php
  3. 2
      framework/rbac/PhpManager.php

2
framework/rbac/DbManager.php

@ -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.

2
framework/rbac/Item.php

@ -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

2
framework/rbac/PhpManager.php

@ -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.

Loading…
Cancel
Save