From 9630c807a709c38d4d4e62836c0439ffcdb40f05 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 23 Jan 2014 12:04:02 +0100 Subject: [PATCH] doc link fixes --- framework/console/Application.php | 2 +- framework/web/JsonParser.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/console/Application.php b/framework/console/Application.php index 6117752..c4b0f60 100644 --- a/framework/console/Application.php +++ b/framework/console/Application.php @@ -15,7 +15,7 @@ use yii\base\InvalidRouteException; /** * Application represents a console application. * - * Application extends from [[yii\base\Application]] by providing functionalities that are + * Application extends from [[\yii\base\Application]] by providing functionalities that are * specific to console requests. In particular, it deals with console requests * through a command-based approach: * diff --git a/framework/web/JsonParser.php b/framework/web/JsonParser.php index 2b1b1b5..61dec1b 100644 --- a/framework/web/JsonParser.php +++ b/framework/web/JsonParser.php @@ -11,7 +11,7 @@ use yii\base\InvalidParamException; use yii\helpers\Json; /** - * Parses a raw HTTP request using [[yii\helpers\Json::decode()]] + * Parses a raw HTTP request using [[\yii\helpers\Json::decode()]] * * @author Dan Schmidt * @since 2.0