PiPHP / GPIO

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

Use PHP7 typehints #38

Open Sam-Burns opened 3 years ago

Sam-Burns commented 3 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.