reducktion / socrates

PHP package to Validate and Extract information from National Identification Numbers.
MIT License
47 stars 4 forks source link

Add Facade method annotations #43

Closed AlexOlival closed 4 years ago

AlexOlival commented 4 years ago

Using the Socrates Facade is extremely convenient; however it does not support autocompletion due to its "static proxy" nature.

We should add method annotations to the Facade to allow IDE autocompletion and provide a better Developer Experience.