Removed unnecessary @package tags
This commit is contained in:
parent
12397aec0e
commit
f6515f4b1a
|
@ -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;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* A class of utilities for dealing with strings.
|
||||
*
|
||||
* @package Automattic\WooCommerce\Utilities
|
||||
*/
|
||||
|
||||
namespace Automattic\WooCommerce\Utilities;
|
||||
|
|
Loading…
Reference in New Issue