In wire/core/Templates/Templates.php line 15, the class-level docblock contains a malformed @method tag:
* @method bool delete() delete(Template $template) Delete the given Template.
Please remove the stray delete() from the docblock:
- * @method bool delete() delete(Template $template) Delete the given Template.
+ * @method bool delete(Template $template) Delete the given Template. Note that this will throw a fatal error if the template is in use by any pages.
`
In
wire/core/Templates/Templates.phpline 15, the class-level docblock contains a malformed@methodtag:Please remove the stray
delete()from the docblock: