laravel-form-builder icon indicating copy to clipboard operation
laravel-form-builder copied to clipboard

Refactored the `FormHelper` Class

Open ukeloop opened this issue 3 years ago • 2 comments

Refactored the FormHelper class. I didn't add type hints to avoid losing compatibility.

ukeloop avatar Jan 18 '22 17:01 ukeloop

Most of this doesn't do anything. What does join vs implode do? Are you just copying your IDE's improvements?

rudiedirkx avatar Feb 26 '22 03:02 rudiedirkx

join is an alias of implode. However, aliases are not a recommended function because they are for backward compatibility and may be obsolete.

This PR is for refactoring codes. it include no changed functions.

ukeloop avatar Feb 26 '22 04:02 ukeloop