PHPStan\Type\ObjectType::__construct PHP Method

__construct() public method

public __construct ( string $class, boolean $nullable )
$class string
$nullable boolean
    public function __construct(string $class, bool $nullable)
    {
        $this->class = $class;
        $this->nullable = $nullable;
    }