for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\Diff\DiffBarChart;
/**
* @author Christophe Meneses
*/
class Diff
{
* @var NewData
protected $newData;
public function __construct()
$this->newData = new NewData();
}
public function getNewData(): NewData
return $this->newData;