chore: lint

This commit is contained in:
Ben Goldsworthy 2021-05-01 21:38:11 +01:00
parent ce41cd8353
commit a2d9609e5d
13 changed files with 22 additions and 16 deletions

View file

@ -1,13 +1,13 @@
<?php
/**
* footnotes\includes: Activator class
* Includes: Activator class
*
* `footnotes\includes` consists of functionality that is shared across both
* the admin- and the public-facing sides of the plugin.
*
* The primary entry point is {@see Footnotes}, which uses {@see Loader}
* to initialise {@see i18n} for internationalization, {@see Admin\Admin} for
* admin-specific functionality and {@see General\General} for public-facing
* to initialise {@see i18n} for internationalization, {@see Admin\Admin} for
* admin-specific functionality and {@see General\General} for public-facing
* functionality.
*
* It also includes various utility classes: