We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6412786 commit 82b18dcCopy full SHA for 82b18dc
README.md
@@ -36,6 +36,7 @@ echo 'Barcode is in format of ' . $bc_validator->getType();
36
// (string) "GTIN" which equals constant \violuke\Barcodes\BarcodeValidator::TYPE_GTIN
37
// (string) "EAN-8" which equals constant \violuke\Barcodes\BarcodeValidator::TYPE_EAN_8
38
// (string) "EAN" which equals constant \violuke\Barcodes\BarcodeValidator::TYPE_EAN
39
+// (string) "EAN Restricted" which equals constant \violuke\Barcodes\BarcodeValidator::TYPE_EAN_RESTRICTED
40
// (string) "UPC" which equals constant \violuke\Barcodes\BarcodeValidator::TYPE_UPC
41
// (string) "UPC Coupon Code" which equals constant \violuke\Barcodes\BarcodeValidator::TYPE_UPC_COUPON_CODE
42
0 commit comments