ufront / ufront-mvc

The core MVC framework that powers ufront
MIT License
17 stars 15 forks source link

remotingSerializer should be compatible with haxe.Serializer #66

Open postite opened 6 years ago

postite commented 6 years ago

//remotingSerializer public static function run(...):String{} //returns String //haxe.Serializer public static function run(...) // no return

both functions should have same return types or php7 throws error 500 at runtime ..

i leave it here i'll do a pR later.

postite commented 6 years ago

also dir &direction arguments should be optionnal