You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The builder shortcodes method does not return a builder instance.
The Builder's fluent interface should always return $this for every builder method. The shortcodes method was missing this and causing a runtime error. All tests should be updated to ensure $this is returned.
The text was updated successfully, but these errors were encountered:
The builder shortcodes method does not return a builder instance.
The Builder's fluent interface should always return
$this
for every builder method. The shortcodes method was missing this and causing a runtime error. All tests should be updated to ensure$this
is returned.The text was updated successfully, but these errors were encountered: