tebru / gson-php

Gson implemented in PHP
Other
151 stars 18 forks source link

Function ReflectionType::__toString() is deprecated #47

Closed moto-cinemarket closed 4 years ago

moto-cinemarket commented 4 years ago

I'm trying to use gson-php: 0.7.1 and I'm receiving this error due to __toString is deprecated as of php 7.1

this error is thrown in TypeTokenFactory in line 98 $setterType = TypeToken::create((string)$parameter->getType());

though instead of casting to string getName() should be called.

natebrunette commented 4 years ago

Thanks, I have the change made already, but I didn't realize it was urgent. I'll get that pushed up and released sometime today.

moto-cinemarket commented 4 years ago

Well done! couldn't received better reply.

natebrunette commented 4 years ago

tagged v0.7.2

moto-cinemarket commented 4 years ago

Thank you :+1: