This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via 63eceee1fa48fefcdfa58d2a5fe80ab348653440 (commit)
from fa2424abee5d7ba951f7273e45a41d095c55404b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 63eceee1fa48fefcdfa58d2a5fe80ab348653440
Author: Ivan Borzenkov <iva...@li...>
Date: Sun Nov 14 19:40:06 2010 +0300
Правки phpdoc в роутере
diff --git a/QFW/QuickFW/Router.php b/QFW/QuickFW/Router.php
index 3124e6f..37425c5 100644
--- a/QFW/QuickFW/Router.php
+++ b/QFW/QuickFW/Router.php
@@ -305,7 +305,7 @@ class QuickFW_Router
protected $rewrite = false;
/** @var array Массив обратных преобразований Uri */
protected $backrewrite = false;
- /** @var array Массив обратных преобразований Urr */
+ /** @var array Массив обратных преобразований Url */
protected $backrewriteUrl = false;
/**
@@ -321,7 +321,7 @@ class QuickFW_Router
}
/**
- * Функция производит фитальные преобразования полного урла
+ * Функция производит финальные преобразования полного урла
*
* @internal
* @param string $url Url для бекреврайта
@@ -348,7 +348,7 @@ class QuickFW_Router
* Реализация преобразования адресов
*
* @internal
- * @param string $url Uri для реврайта
+ * @param string $uri Uri для реврайта
* @param string $type тип преобразования
* @return string преобразованный Uri
*/
-----------------------------------------------------------------------
Summary of changes:
QFW/QuickFW/Router.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
quickfw
|