Skip to content

Commit

Permalink
Lockable immutable config (#104)
Browse files Browse the repository at this point in the history
* Lockable immutable config

* Test fixes

* bonus - disable warning on risky tests

* Add descriptive docblocks
  • Loading branch information
seba-aln authored Jun 27, 2024
1 parent 26de0a5 commit ad76ff3
Show file tree
Hide file tree
Showing 22 changed files with 636 additions and 409 deletions.
2 changes: 1 addition & 1 deletion src/PubNub/Endpoints/Push/ListPushProvisions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace PubNub\Endpoints\Push;

use PubNub\Enums\PNHttpMethod;
use PubNub\Endpoints\Push\PushEndpoint;
use PubNub\Enums\PNOperationType;
use PubNub\Enums\PNPushType;
use PubNub\Models\Consumer\Push\PNPushListProvisionsResult;
Expand Down
Loading

0 comments on commit ad76ff3

Please sign in to comment.