Skip to content

Commit b1ad235

Browse files
chore: fix more deprecation warnings
1 parent c985555 commit b1ad235

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ class Client
6565
private $authorizationMode;
6666

6767
public $dataStore;
68+
69+
public $yamlParser;
6870

6971
/**
7072
* Create a new instance of Client.

src/ClientBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ class ClientBuilder
8383
*/
8484
private $defaultFile = '.okta/okta.yaml';
8585

86+
public $dataStore;
87+
8688
public $yamlParser;
8789

8890
public function __construct($yamlParser = null, $defaultFilePath = null)

0 commit comments

Comments
 (0)