We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226697d commit b1e19baCopy full SHA for b1e19ba
src/BarcodeClient.php
@@ -5,6 +5,10 @@
5
6
/**
7
* Client class for CIF's barcode service.
8
+ *
9
+ * I'm sorry, but what moron concocted this service? Basically all it does is
10
+ * generate a random number and concatenate `type`, `range` and the generated
11
+ * number. And what use is it to ask for the same parameter twice?
12
*/
13
class Barcodeclient extends SoapClient
14
{
0 commit comments