for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\PieChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ColorTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontNameTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontSizeTrait;
/**
* @author Christophe Meneses
*/
class PieSliceTextStyle
{
use ColorTrait;
use FontNameTrait;
use FontSizeTrait;
}