Skip to content

Commit

Permalink
Removed package tag from src
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Aug 5, 2020
1 parent a50552a commit 3632714
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions src/Autoloader.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* Includes the composer Autoloader used for packages and classes in the src/ directory.
*
* @package WooCommerce
*/

namespace Automattic\WooCommerce;
Expand Down
2 changes: 0 additions & 2 deletions src/Checkout/Helpers/ReserveStock.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* Handle product stock reservation during checkout.
*
* @package WooCommerce
*/

namespace Automattic\WooCommerce\Checkout\Helpers;
Expand Down
2 changes: 0 additions & 2 deletions src/Checkout/Helpers/ReserveStockException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* Exceptions for stock reservation.
*
* @package WooCommerce
*/

namespace Automattic\WooCommerce\Checkout\Helpers;
Expand Down
2 changes: 0 additions & 2 deletions src/Container.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* Container class file.
*
* @package WooCommerce
*/

namespace Automattic\WooCommerce;
Expand Down
2 changes: 0 additions & 2 deletions src/Internal/DependencyManagement/AbstractServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* AbstractServiceProvider class file.
*
* @package WooCommerce\Internal\DependencyManagement
*/

namespace Automattic\WooCommerce\Internal\DependencyManagement;
Expand Down
2 changes: 0 additions & 2 deletions src/Internal/DependencyManagement/ContainerException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ExtendedContainer class file.
*
* @package WooCommerce\Internal\DependencyManagement
*/

namespace Automattic\WooCommerce\Internal\DependencyManagement;
Expand Down
2 changes: 0 additions & 2 deletions src/Internal/DependencyManagement/ExtendedContainer.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ExtendedContainer class file.
*
* @package WooCommerce\Internal\DependencyManagement
*/

namespace Automattic\WooCommerce\Internal\DependencyManagement;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* Proxies class file.
*
* @package WooCommerce\Internal\DependencyManagement\ServiceProviders
*/

namespace Automattic\WooCommerce\Internal\DependencyManagement\ServiceProviders;
Expand Down
2 changes: 0 additions & 2 deletions src/Internal/WCCom/ConnectionHelper.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* Helpers for managing connection to WooCommerce.com.
*
* @package WooCommerce\Internals\WCCom
*/

namespace Automattic\WooCommerce\Internal\WCCom;
Expand Down
2 changes: 0 additions & 2 deletions src/Packages.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* Loads WooCommece packages from the /packages directory. These are packages developed outside of core.
*
* @package WooCommerce
*/

namespace Automattic\WooCommerce;
Expand Down
2 changes: 0 additions & 2 deletions src/Proxies/ActionsProxy.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ActionsProxy class file.
*
* @package WooCommerce\Tools\Proxies
*/

namespace Automattic\WooCommerce\Proxies;
Expand Down
2 changes: 0 additions & 2 deletions src/Proxies/LegacyProxy.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* LegacyProxy class file.
*
* @package WooCommerce\Tools\Proxies
*/

namespace Automattic\WooCommerce\Proxies;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* AbstractServiceProviderTests class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement
*/

namespace Automattic\WooCommerce\Tests\Internal\DependencyManagement;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ClassWithConstructorArgumentWithoutTypeHint class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses
*/

namespace Automattic\WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ClassWithDependencies class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses
*/

namespace Automattic\WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ClassWithPrivateConstructor class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses
*/

namespace Automattic\WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ClassWithConstructorArgumentWithoutTypeHint class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses
*/

namespace Automattic\WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ClassWithSingleton class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses
*/

// This class is in the root namespace on purpose, since it simulates being a legacy class in the 'includes' directory.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* DependencyClass class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses
*/

namespace Automattic\WooCommerce\Tests\Internal\DependencyManagement\ExampleClasses;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ExtendedContainerTests class file.
*
* @package WooCommerce\Tests\Internal\DependencyManagement
*/

namespace Automattic\WooCommerce\Tests\Internal\DependencyManagement;
Expand Down
2 changes: 0 additions & 2 deletions tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ClassThatDependsOnLegacyCodeTest class file
*
* @package WooCommerce\Tests\Proxies
*/

namespace Automattic\WooCommerce\Tests\Proxies;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* ClassThatDependsOnLegacyCode class file
*
* @package WooCommerce\Tests\Proxies\ExampleClasses
*/

namespace Automattic\WooCommerce\Tests\Proxies\ExampleClasses;
Expand Down
2 changes: 0 additions & 2 deletions tests/php/src/Proxies/LegacyProxyTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* LegacyProxyTests class file
*
* @package WooCommerce\Tests\Proxies
*/

namespace Automattic\WooCommerce\Tests\Proxies;
Expand Down
2 changes: 0 additions & 2 deletions tests/php/src/Proxies/MockableLegacyProxyTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* MockableLegacyProxyTests class file
*
* @package WooCommerce\Tests\Proxies
*/

namespace Automattic\WooCommerce\Tests\Proxies;
Expand Down

0 comments on commit 3632714

Please sign in to comment.