barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.74k stars 971 forks source link

Minor code improvements #836

Closed viktoras25 closed 5 months ago

viktoras25 commented 2 years ago

Hello Barry and maintainers

thank you very much for the library. I would want to suggest a couple of minor changes to the code:

  1. Shortened some FQNs, since they are already use'd anyway
  2. Used constants for HTTP codes
  3. An empty already checks warnings for an empty array, so count is superfluous. At the same time, it's not checked for being iterable before put into a foreach.

I hope you can find these useful. Feel free to decline if they are not in line with your guidelines.

barryvdh commented 5 months ago

Gonna leave this as-is