Commit cc240811 by Alexander Makarov

added explicit modifier

parent e0dd12fb
...@@ -6,7 +6,7 @@ class TestCase extends \yii\test\TestCase ...@@ -6,7 +6,7 @@ class TestCase extends \yii\test\TestCase
{ {
public static $params; public static $params;
function getParam($name) public function getParam($name)
{ {
if (self::$params === null) { if (self::$params === null) {
self::$params = require(__DIR__ . '/data/config.php'); self::$params = require(__DIR__ . '/data/config.php');
......
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