Skip to content

Commit

Permalink
MET-23: Remove depreciation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirBoulil committed Mar 12, 2020
1 parent 99e9bd7 commit da043dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/Api/MeasureFamilyApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* @author Philippe Mossière <philippe.mossiere@akeneo.com>
* @copyright 2017 Akeneo SAS (http://www.akeneo.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*
* @deprecated use \Akeneo\Pim\ApiClient\Client\ResourceClientInterface\MeasurementFamilyApi
*/
class MeasureFamilyApi implements MeasureFamilyApiInterface
{
Expand Down Expand Up @@ -48,9 +46,6 @@ public function __construct(

/**
* {@inheritdoc}
*
* @deprecated use \Akeneo\Pim\ApiClient\Client\ResourceClientInterface\MeasurementFamilyApi::all() and filter on
* the measurement family code you want to fetch manually.
*/
public function get(string $code): array
{
Expand All @@ -59,8 +54,6 @@ public function get(string $code): array

/**
* {@inheritdoc}
*
* @deprecated use \Akeneo\Pim\ApiClient\Client\ResourceClientInterface\MeasurementFamilyApi::all()
*/
public function listPerPage(int $limit = 10, bool $withCount = false, array $queryParameters = []): PageInterface
{
Expand All @@ -71,8 +64,6 @@ public function listPerPage(int $limit = 10, bool $withCount = false, array $que

/**
* {@inheritdoc}
*
* @deprecated use \Akeneo\Pim\ApiClient\Client\ResourceClientInterface\MeasurementFamilyApi::all()
*/
public function all(int $pageSize = 10, array $queryParameters = []): ResourceCursorInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Api/MeasureFamilyApiInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
* @author Philippe Mossière <philippe.mossiere@akeneo.com>
* @copyright 2017 Akeneo SAS (http://www.akeneo.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*
* @deprecated \Akeneo\Pim\ApiClient\Exception\HttpException\MeasurementFamilyApiInterface instead
*/
interface MeasureFamilyApiInterface extends GettableResourceInterface, ListableResourceInterface
{
Expand Down

0 comments on commit da043dc

Please sign in to comment.