mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
ANSI: use default namespace for stdClass
This commit is contained in:
parent
6c345acc1d
commit
649d469c1c
@ -165,7 +165,7 @@ class ANSI
|
|||||||
*/
|
*/
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
$attr_cell = new stdClass();
|
$attr_cell = new \stdClass();
|
||||||
$attr_cell->bold = false;
|
$attr_cell->bold = false;
|
||||||
$attr_cell->underline = false;
|
$attr_cell->underline = false;
|
||||||
$attr_cell->blink = false;
|
$attr_cell->blink = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user