ahsankhatri / firestore-php

Firestore PHP Client (without gRPC extension)
MIT License
62 stars 57 forks source link

Fill class @method phpdoc to avoid lint warnings using FirestoreClient #17

Closed mowcixo closed 4 years ago

mowcixo commented 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.

This PR is to avoid that lint warnings, using phpdoc.

mowcixo commented 4 years ago

ping @ahsankhatri

ahsankhatri commented 4 years ago

Merged.