mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +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()
|
||||
{
|
||||
$attr_cell = new stdClass();
|
||||
$attr_cell = new \stdClass();
|
||||
$attr_cell->bold = false;
|
||||
$attr_cell->underline = false;
|
||||
$attr_cell->blink = false;
|
||||
|
Loading…
Reference in New Issue
Block a user