Commit 607281f8 by Taylor Otwell

added comment to language class properties.

parent 66af3542
......@@ -42,6 +42,9 @@ class Lang {
/**
* The language of the line being retrieved.
*
* This is set to the default language when a new line is requested.
* However, it may be changed using the "in" method.
*
* @var string
*/
private $line_language;
......
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