PhpCsFixer\Test\AccessibleObject::__construct PHP Method

__construct() public method

public __construct ( object $object )
$object object
    public function __construct($object)
    {
        $this->object = $object;
        $this->reflection = new \ReflectionClass($object);
    }