fightbulc / simplon_mysql

MySQL PDO Wrapper (php, mysql, pdo, crud, library)
70 stars 22 forks source link

Scalar Type Hinting used in versions that support PHP5 #19

Open adhuham opened 6 years ago

adhuham commented 6 years ago

I have found that some versions of this library which claims to support **PHP>= 5.* uses scalar type hinting** in its classes. Scalar type hinting was introduced in PHP7 and is not supported in PHP5. Would be grateful if someone can look up the matter. Regards