mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-13 10:38:40 +00:00
Remove old todos
This commit is contained in:
parent
a4b6411fcd
commit
55013d86cd
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -87,8 +87,6 @@ class C128a extends C128Abstract
|
|||
*
|
||||
* @return void
|
||||
*
|
||||
* @todo : add mirror parameter
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function setContent(string $content) : void
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user