Skip to content

Commit

Permalink
Lock files updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed May 11, 2024
1 parent c7c2998 commit 4c33b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/php/DB/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Proxy extends UseSharedObjects implements Proxy_Interface
public bool $activateGenerator;

/**
* @var bool
* @var string
*/
public string $authStoring;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ class CheckAuthenticationElement extends OperationElement
/**
* @var bool
*/
public bool $resultOfCheckAuthentication = false;
}
2 changes: 2 additions & 0 deletions src/php/DB/Support/ProxyElements/OperationElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
abstract class OperationElement
{
public bool $resultOfCheckAuthentication = false;

/**
* @param OperationVisitor $v
* @return void
Expand Down

0 comments on commit 4c33b46

Please sign in to comment.