* @copyright 2015 Smiley * @license MIT */ namespace chillerlan\QRCode; /** * */ class QROptions{ /** * @var int */ public $errorCorrectLevel = QRCode::ERROR_CORRECT_LEVEL_M; /** * @var int */ public $typeNumber = null; }