mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
code style
This commit is contained in:
parent
e8df1df9a2
commit
93b1f14b5d
2 changed files with 12 additions and 24 deletions
|
|
@ -39,8 +39,8 @@ class NativeState {
|
|||
protected $connected = false;
|
||||
|
||||
// sync the garbage collection cycle
|
||||
// __deconstruct() of KerberosAuth should not called too soon
|
||||
protected $auth;
|
||||
// __deconstruct() of KerberosAuth should not called too soon
|
||||
protected $auth;
|
||||
|
||||
// see error.h
|
||||
const EXCEPTION_MAP = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue