Last change: |
Remove unneeded docblocks
# Explain why this change is being made
# Provide links to any relevant tickets, articles or other resources
Remove extends from extension methods
# Explain why this change is being made
It is no longer advised to extend from the target class, as this would inherit the class restrictions on create, which is not wanted for extension methods.
# Provide links to any relevant tickets, articles or other resources
Docblock and style fixes
# Explain why this change is being made
# Provide links to any relevant tickets, articles or other resources
|