tebru / gson-php

Gson implemented in PHP
Other
151 stars 18 forks source link

Adding support for PHP 7.4 typed properties #52

Open mattjanssen opened 4 years ago

mattjanssen commented 4 years ago

Closes https://github.com/tebru/gson-php/issues/51

Breaking Change: Requires PHP 7.4 (can this be avoided?)

This adds checking of the reflection property type just after checking getter and setter types.

natebrunette commented 4 years ago

I'd like to wait for a major version change until php 8.