Removed unnecessary @package tags

This commit is contained in:
Christopher Allford 2020-08-07 16:47:07 -07:00
parent 12397aec0e
commit f6515f4b1a
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
<?php
/**
* An extension to the Definition class to prevent constructor injection from being possible.
*
* @package Automattic\WooCommerce\Internal\DependencyManagement
*/
namespace Automattic\WooCommerce\Internal\DependencyManagement;

View File

@ -1,8 +1,6 @@
<?php
/**
* A class of utilities for dealing with strings.
*
* @package Automattic\WooCommerce\Utilities
*/
namespace Automattic\WooCommerce\Utilities;