PiPHP / GPIO

A PHP library for accessing the GPIO pins on a Raspberry Pi.
MIT License
431 stars 42 forks source link

Use PHP7 typehints #38

Open Sam-Burns opened 4 years ago

Sam-Burns commented 4 years ago

A suggestion to make better use of typehinting, now we are on PHP 7.3+

h4kuna commented 3 years ago

Hello, why you don't use declare(strict_types=1);? I think if you don't define this declare, that the scalar types don't really strict.