Skip to content

Commit da043dc

Browse files
committed
MET-23: Remove depreciation
1 parent 99e9bd7 commit da043dc

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/Api/MeasureFamilyApi.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* @author Philippe Mossière <[email protected]>
1515
* @copyright 2017 Akeneo SAS (http://www.akeneo.com)
1616
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17-
*
18-
* @deprecated use \Akeneo\Pim\ApiClient\Client\ResourceClientInterface\MeasurementFamilyApi
1917
*/
2018
class MeasureFamilyApi implements MeasureFamilyApiInterface
2119
{
@@ -48,9 +46,6 @@ public function __construct(
4846

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

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

7265
/**
7366
* {@inheritdoc}
74-
*
75-
* @deprecated use \Akeneo\Pim\ApiClient\Client\ResourceClientInterface\MeasurementFamilyApi::all()
7667
*/
7768
public function all(int $pageSize = 10, array $queryParameters = []): ResourceCursorInterface
7869
{

src/Api/MeasureFamilyApiInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
* @author Philippe Mossière <[email protected]>
1212
* @copyright 2017 Akeneo SAS (http://www.akeneo.com)
1313
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
14-
*
15-
* @deprecated \Akeneo\Pim\ApiClient\Exception\HttpException\MeasurementFamilyApiInterface instead
1614
*/
1715
interface MeasureFamilyApiInterface extends GettableResourceInterface, ListableResourceInterface
1816
{

0 commit comments

Comments
 (0)