beyondcode / laravel-server-timing

Add Server-Timing header information from within your Laravel apps.
MIT License
552 stars 43 forks source link

Add php doc comments for ServerTiming facade #26

Closed johnwc closed 7 months ago

johnwc commented 2 years ago

Add php doc comments for each public function for the facade, so that there is help text along with IDE intellisense to know about that static functions it supports.

Feel free to modify the description of the static functions if they seem incorrect.