Skip to content

Commit c985555

Browse files
fix: additional deprecation warnings
1 parent d8fe0ab commit c985555

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Client
6464
*/
6565
private $authorizationMode;
6666

67-
public $datastore;
67+
public $dataStore;
6868

6969
/**
7070
* 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 $yamlParser;
87+
8688
public function __construct($yamlParser = null, $defaultFilePath = null)
8789
{
8890
if(function_exists('posix_getpwuid') && function_exists('posix_getuid')) {

0 commit comments

Comments
 (0)