CrazyTapok-bit / tgWebValid

An easy way to validate Telegram Login Widget and Telegram Mini App users on your website using PHP
https://tgwebvalid.com
MIT License
52 stars 13 forks source link

Get rid of identical Make child classes #72

Closed CrazyTapok-bit closed 7 months ago

CrazyTapok-bit commented 7 months ago

Since all child classes are identical in structure and the task they perform, and since typing is used, it is possible to make the main Make class more universal, and fill all data after type checking with ReflectionProperty, which will significantly shorten the code and help to get rid of classes of the same type