laravel-dompdf icon indicating copy to clipboard operation
laravel-dompdf copied to clipboard

Minor code improvements

Open viktoras25 opened this issue 4 years ago • 0 comments

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.

viktoras25 avatar Nov 27 '21 11:11 viktoras25