public function getRecords(int $id): array;
Hi, can someone tell me what colon is doing here, in this method declaration inside PHP interface? Is t
Yes it's new syntax introduced in PHP 7 to declare the method returns an array.
http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration