| Current Path : /home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/PHP/ |
| Current File : //home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/PHP/VarUnitTest.inc |
<?php
class A
{
public $data = [];
private $k = null;
var $a;
var $b = null;
var $c = 1;
var $cc;
protected $d;
protected $e = [];
}