1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 05:35:36 +03:00

Removing public @access tags

Following the guide of the PHPDoc Block Formatting

> @access (for functions: only use if private)

Fix #191
This commit is contained in:
Tom McFarlin 2014-07-30 15:00:57 -04:00
parent 4d9f666e0f
commit 918ee9e5f9
2 changed files with 0 additions and 4 deletions

View file

@ -45,7 +45,6 @@ class Plugin_Name_Admin {
* Initialize the class and set its properties.
*
* @since 1.0.0
* @access public
* @var string $version The version of this plugin.
*/
public function __construct( $slug, $version ) {