Commit 9630c807 by Carsten Brandt

doc link fixes

parent 79a14e7a
...@@ -15,7 +15,7 @@ use yii\base\InvalidRouteException; ...@@ -15,7 +15,7 @@ use yii\base\InvalidRouteException;
/** /**
* Application represents a console application. * 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 * specific to console requests. In particular, it deals with console requests
* through a command-based approach: * through a command-based approach:
* *
......
...@@ -11,7 +11,7 @@ use yii\base\InvalidParamException; ...@@ -11,7 +11,7 @@ use yii\base\InvalidParamException;
use yii\helpers\Json; 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 <danschmidt5189@gmail.com> * @author Dan Schmidt <danschmidt5189@gmail.com>
* @since 2.0 * @since 2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment