Add @package tag to header

This commit is contained in:
Ben Goldsworthy 2021-02-24 08:51:24 +00:00
parent d64e75eac9
commit b339fd949f

View file

@ -1,5 +1,4 @@
<?php // phpcs:disable Squiz.Commenting.FileComment.Missing <?php
// phpcs:disable Squiz.Commenting.FileComment.MissingPackageTag
/** /**
* Plugin Name: footnotes * Plugin Name: footnotes
* Plugin URI: https://wordpress.org/plugins/footnotes/ * Plugin URI: https://wordpress.org/plugins/footnotes/
@ -10,9 +9,10 @@
* Text Domain: footnotes * Text Domain: footnotes
* Domain Path: /languages * Domain Path: /languages
* *
* @package footnotes
* @copyright 2021 Mark Cheret (email: mark@cheret.de) * @copyright 2021 Mark Cheret (email: mark@cheret.de)
*/ */
// phpcs:enable
/** /**
* Version number for stylesheet cache busting. * Version number for stylesheet cache busting.
* *