We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec236b commit 76b9201Copy full SHA for 76b9201
src/tijsverkoyen_classes.php
@@ -1,4 +1,11 @@
1
<?php
2
+/**
3
+ * @noinspection PhpDeprecationInspection
4
+ * @noinspection PhpMultipleClassesDeclarationsInOneFile
5
+ * @noinspection PhpIllegalPsrClassPathInspection
6
+ * @noinspection PhpFullyQualifiedNameUsageInspection
7
+ */
8
+
9
namespace TijsVerkoyen\Bpost { /** @deprecated */ class Bpack247 extends \Bpost\BpostApiClient\Bpack247 {} } // src/Bpack247.php
10
namespace TijsVerkoyen\Bpost\Bpack247 { /** @deprecated */ class Customer extends \Bpost\BpostApiClient\Bpack247\Customer {} } // src/Bpack247/Customer.php
11
namespace TijsVerkoyen\Bpost\Bpack247 { /** @deprecated */ class CustomerPackStation extends \Bpost\BpostApiClient\Bpack247\CustomerPackStation {} } // src/Bpack247/CustomerPackStation.php
0 commit comments