Closed mowcixo closed 4 years ago
Currently when you use some of the FirestoreClient methods, IDE would show a lint warning because the API is written using the __call magic method.
__call
This PR is to avoid that lint warnings, using phpdoc.
ping @ahsankhatri
Merged.
Currently when you use some of the FirestoreClient methods, IDE would show a lint warning because the API is written using the
__call
magic method.This PR is to avoid that lint warnings, using phpdoc.