laravel-form-builder
laravel-form-builder copied to clipboard
Refactored the `FormHelper` Class
Refactored the FormHelper
class. I didn't add type hints to avoid losing compatibility.
Most of this doesn't do anything. What does join
vs implode
do? Are you just copying your IDE's improvements?
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.