brick / schema

Schema.org library for PHP
MIT License
49 stars 6 forks source link

Fatal error: Cannot use 'Float' as class name as it is reserved #1

Open BenMorel opened 4 years ago

BenMorel commented 4 years ago

Interface names are created as is, but may occasionally conflict with PHP reserved words.

We need to figure out what to do in this case.