From 6512e3b68ecb04f8d66a30d6294d8ba0b56ef21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Melgrati?= Date: Fri, 8 Jul 2022 09:45:17 -0300 Subject: [PATCH] Renamed barcode-validator.php class --- README.md | 2 +- docs/classes/BarcodeValidator.html | 8 ++++---- docs/files/barcode-validator.html | 4 ++-- docs/files/barcode-validator.php.txt | 2 +- examples/test.php | 2 +- src/{barcode-validator.php => BarcodeValidator.php} | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) rename src/{barcode-validator.php => BarcodeValidator.php} (99%) diff --git a/README.md b/README.md index 9aca138..0649661 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ be found over at [Packagist](http://packagist.org). ### Manually -1. Copy `src/barcode-validator.php` to your codebase, perhaps to the `vendor` +1. Copy `src/BarcodeValidator.php` to your codebase, perhaps to the `vendor` directory. 2. Add the `BarcodeValidator` class to your autoloader or `require` the file directly. diff --git a/docs/classes/BarcodeValidator.html b/docs/classes/BarcodeValidator.html index ad1d9ff..fd071c7 100644 --- a/docs/classes/BarcodeValidator.html +++ b/docs/classes/BarcodeValidator.html @@ -237,7 +237,7 @@

Summary

File
-
barcode-validator.php
+
BarcodeValidator.php
Package
BarcodeValidator
Class hierarchy
@@ -275,7 +275,7 @@

Tags

license -

https://github.com/imelgrat/barcode-validator/blob/master/LICENSE

+

https://github.com/imelgrat/BarcodeValidator/blob/master/LICENSE

@@ -1200,10 +1200,10 @@

Tags