From d1b564d4639533d12ab2d065e7fb69dc48b9bcd9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 6 May 2016 19:18:02 +0200 Subject: [PATCH] Formatting --- Utils/Barcode/Aztec.php | 51 +++++++++++++++++++----------------- Utils/Barcode/C25.php | 2 +- Utils/Barcode/Datamatrix.php | 27 +++++++++++++++++++ Utils/Barcode/QR.php | 27 +++++++++++++++++++ 4 files changed, 82 insertions(+), 25 deletions(-) diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index 7ae0493ee..c111ce7c3 100644 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -1,29 +1,32 @@ + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +namespace phpOMS\Utils\Barcode; + +/** + * Aztec class. + * + * @category Log + * @package Framework + * @author OMS Development Team + * @author Dennis Eichhorn + * @license OMS License 1.0 + * @link http://orange-management.com + * @since 1.0.0 + */ class Aztec { - private function calculateSize() - { - - } - - private function bitStuffing() - { - - } - - private function padding() - { - - } - - private function check() - { - - } - - private function arange() - { - - } } diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index d0b17d2ef..b9b494fca 100644 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** - * Code 2 class. + * Code 25 class. * * @category Log * @package Framework diff --git a/Utils/Barcode/Datamatrix.php b/Utils/Barcode/Datamatrix.php index 0adc98f96..5b63c08a9 100644 --- a/Utils/Barcode/Datamatrix.php +++ b/Utils/Barcode/Datamatrix.php @@ -1,5 +1,32 @@ + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +namespace phpOMS\Utils\Barcode; + +/** + * Aztec class. + * + * @category Log + * @package Framework + * @author OMS Development Team + * @author Dennis Eichhorn + * @license OMS License 1.0 + * @link http://orange-management.com + * @since 1.0.0 + */ class Datamatrix { } diff --git a/Utils/Barcode/QR.php b/Utils/Barcode/QR.php index ebc0d5f79..8f272a884 100644 --- a/Utils/Barcode/QR.php +++ b/Utils/Barcode/QR.php @@ -1,5 +1,32 @@ + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +namespace phpOMS\Utils\Barcode; + +/** + * Aztec class. + * + * @category Log + * @package Framework + * @author OMS Development Team + * @author Dennis Eichhorn + * @license OMS License 1.0 + * @link http://orange-management.com + * @since 1.0.0 + */ class QR { }