Open mark-gerarts opened 6 years ago
Instead of calling the parent constructor via call_user_func, we can use ... to unpack the arguments, which looks a bit cleaner.
...
Instead of calling the parent constructor via call_user_func, we can use
...
to unpack the arguments, which looks a bit cleaner.