Remove old todos

This commit is contained in:
Dennis Eichhorn 2018-06-03 10:34:09 +02:00
parent a4b6411fcd
commit 55013d86cd
3 changed files with 0 additions and 10 deletions

View File

@ -72,8 +72,6 @@ abstract class C128Abstract
/** /**
* Barcode dimension. * Barcode dimension.
* *
* @todo : Implement!
*
* @var int[] * @var int[]
* @since 1.0.0 * @since 1.0.0
*/ */
@ -82,8 +80,6 @@ abstract class C128Abstract
/** /**
* Barcode dimension. * Barcode dimension.
* *
* @todo : Implement!
*
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
@ -129,8 +125,6 @@ abstract class C128Abstract
* @param int $height Barcode height * @param int $height Barcode height
* @param int $orientation Orientation of the barcode * @param int $orientation Orientation of the barcode
* *
* @todo : add mirror parameter
*
* @since 1.0.0 * @since 1.0.0
*/ */
public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL) public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL)

View File

@ -87,8 +87,6 @@ class C128a extends C128Abstract
* *
* @return void * @return void
* *
* @todo : add mirror parameter
*
* @since 1.0.0 * @since 1.0.0
*/ */
public function setContent(string $content) : void public function setContent(string $content) : void

View File

@ -70,8 +70,6 @@ class C25 extends C128Abstract
* @param int $height Barcode height * @param int $height Barcode height
* @param int $orientation Orientation of the barcode * @param int $orientation Orientation of the barcode
* *
* @todo : add mirror parameter
*
* @since 1.0.0 * @since 1.0.0
*/ */
public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL) public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL)