docs: update docblocks

This commit is contained in:
Ben Goldsworthy 2021-04-29 20:57:30 +01:00
parent 418abc253b
commit bfeb11d5ad
11 changed files with 363 additions and 306 deletions

View file

@ -1,30 +1,31 @@
<?php
/**
* Fired during plugin deactivation.
* File providing `Footnotes_Deactivator` class.
*
* @since 2.8.0
*
* @package footnotes
* @package footnotes
* @subpackage includes
*
* @since 2.8.0
*/
/**
* Fired during plugin deactivation.
* Class providing action(s) on plugin deactivation.
*
* This class defines all code necessary to run during the plugin's deactivation.
*
* @since 2.8.0
* @package footnotes
* @subpackage includes
* @package footnotes
* @subpackage includes
*
* @since 2.8.0
*/
class Footnotes_Deactivator {
/**
* Runs when the Plugin is deactivated.
* Runs when the plugin is deactivated.
*
* Currently NOP.
*
* @since 2.8.0
* @since 2.8.0
*/
public static function deactivate() {
// Nothing yet.