Closed ProjektGopher closed 6 months ago
Marked as draft, but this is ready to go once reviewed.
@ProjektGopher draft PR's aren't reviewed. Please mark this as ready if you need one.
Thx @driesvints, I thought marking as draft was part of Larave's process for this repo since my other PR got marked as draft without comment. Thx for the heads-up.
This PR adds the ability to specify the character used to pad strings in the
DrawsBoxes
trait. By using a default value of[SPACE]
as an optional third parameter, this is fully backward compatible, and the test suite shows that no existing functionality is broken as a result.This will allow the
pad()
method to be used withbox characters
, or whatever else might be needed.