johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
979 stars 96 forks source link

syntax error, unexpected ':', expecting '{' in vendor/johnbillion/extended-cpts/functions.php on line 59 #102

Closed quantumwebco closed 6 years ago

quantumwebco commented 6 years ago

PHP 7.0x

I get a syntax error to do with this line

function register_extended_post_type( string $post_type, array $args = [], array $names = [] ) : Extended_CPT {

And any subsequent line that has this class after the function variables