Skip to content

Commit 867a721

Browse files
committed
changed to yii\base\BaseObject <- Object for PHP 7.2 compatibility
1 parent e245d4e commit 867a721

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/base/Binary.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Yii;
1515
use yii\base\InvalidConfigException;
1616

17-
class Binary extends \yii\base\Object
17+
class Binary extends \yii\base\BaseObject
1818
{
1919
/**
2020
* @var BinariesController parent controller

src/base/File.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @property string $minimalPath path to minimal example file
2121
*/
22-
class File extends \yii\base\Object
22+
class File extends \yii\base\BaseObject
2323
{
2424
/**
2525
* @var Goal

src/handlers/BaseHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Base Handler.
2020
* Knows how to parse and render it's file type.
2121
*/
22-
class BaseHandler extends \yii\base\Object
22+
class BaseHandler extends \yii\base\BaseObject
2323
{
2424
/**
2525
* @var Goal

0 commit comments

Comments
 (0)