From 7d3cf501d00a05ebc79222be2a2fb2ce3e790489 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Apr 2014 20:17:13 +0400 Subject: [PATCH] Fixed code formattins issues --- framework/rbac/DbManager.php | 2 +- framework/rbac/Item.php | 2 +- framework/rbac/PhpManager.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/rbac/DbManager.php b/framework/rbac/DbManager.php index 9892db77f1..f8731af897 100644 --- a/framework/rbac/DbManager.php +++ b/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. diff --git a/framework/rbac/Item.php b/framework/rbac/Item.php index bacef3d33f..1f8d3cbf9e 100644 --- a/framework/rbac/Item.php +++ b/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 diff --git a/framework/rbac/PhpManager.php b/framework/rbac/PhpManager.php index 9a9fb02d33..c64bc9c581 100644 --- a/framework/rbac/PhpManager.php +++ b/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.