-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Please add support for PHP 7.1's new nullable type return feature.
reference: http://php.net/manual/en/migration71.new-features.php
public function QuickRow(string $query): ?array { ... }TIA!
Reactions are currently unavailable