File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ private function wrapTransactionNestingLevel($method)
136
136
$ this ->setTransactionNestingLevel ($ this ->getPersistedTransactionNestingLevel ());
137
137
138
138
try {
139
- call_user_func ([ ' parent ' , $ method] );
139
+ parent :: $ method( );
140
140
} catch (\Exception $ e ) {
141
141
}
142
142
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public function connect(): void
112
112
$ this ->config ['timeout ' ],
113
113
$ this ->config ['persistent ' ] ? ($ this ->config ['phpredis_persistent_id ' ] ?? null ) : null ,
114
114
(int ) ($ this ->config ['phpredis_retry_interval ' ] ?? 0 ),
115
- (float ) $ this ->config ['read_write_timeout ' ] ?? 0
115
+ (float ) ( $ this ->config ['read_write_timeout ' ] ?? 0 )
116
116
);
117
117
118
118
if (false == $ result ) {
You can’t perform that action at this time.
0 commit comments