use static callables with typehints

pull/713/head
fadrian06 4 weeks ago
parent eb24cff886
commit 83d7096ee7

@ -4,7 +4,7 @@ declare(strict_types=1);
require_once __DIR__ . '/flight/autoload.php';
Flight::route('/', function () {
Flight::route('/', static function (): void {
echo 'hello world!';
});

Loading…
Cancel
Save