diff --git a/Utils/Barcode/C128Abstract.php b/Utils/Barcode/C128Abstract.php index 14d365967..9c730fd8d 100644 --- a/Utils/Barcode/C128Abstract.php +++ b/Utils/Barcode/C128Abstract.php @@ -72,8 +72,6 @@ abstract class C128Abstract /** * Barcode dimension. * - * @todo : Implement! - * * @var int[] * @since 1.0.0 */ @@ -82,8 +80,6 @@ abstract class C128Abstract /** * Barcode dimension. * - * @todo : Implement! - * * @var int * @since 1.0.0 */ @@ -129,8 +125,6 @@ abstract class C128Abstract * @param int $height Barcode height * @param int $orientation Orientation of the barcode * - * @todo : add mirror parameter - * * @since 1.0.0 */ public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL) diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php index 69c54ea79..6677e4ae8 100644 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -87,8 +87,6 @@ class C128a extends C128Abstract * * @return void * - * @todo : add mirror parameter - * * @since 1.0.0 */ public function setContent(string $content) : void diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index a5d62c39f..d54333d62 100644 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -70,8 +70,6 @@ class C25 extends C128Abstract * @param int $height Barcode height * @param int $orientation Orientation of the barcode * - * @todo : add mirror parameter - * * @since 1.0.0 */ public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL)