Skip to content

Commit 76b9201

Browse files
committed
refactor: add @noinspection to remove ide warnings
1 parent eec236b commit 76b9201

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tijsverkoyen_classes.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/**
3+
* @noinspection PhpDeprecationInspection
4+
* @noinspection PhpMultipleClassesDeclarationsInOneFile
5+
* @noinspection PhpIllegalPsrClassPathInspection
6+
* @noinspection PhpFullyQualifiedNameUsageInspection
7+
*/
8+
29
namespace TijsVerkoyen\Bpost { /** @deprecated */ class Bpack247 extends \Bpost\BpostApiClient\Bpack247 {} } // src/Bpack247.php
310
namespace TijsVerkoyen\Bpost\Bpack247 { /** @deprecated */ class Customer extends \Bpost\BpostApiClient\Bpack247\Customer {} } // src/Bpack247/Customer.php
411
namespace TijsVerkoyen\Bpost\Bpack247 { /** @deprecated */ class CustomerPackStation extends \Bpost\BpostApiClient\Bpack247\CustomerPackStation {} } // src/Bpack247/CustomerPackStation.php

0 commit comments

Comments
 (0)