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)
136136 $ this ->setTransactionNestingLevel ($ this ->getPersistedTransactionNestingLevel ());
137137
138138 try {
139- call_user_func ([ ' parent ' , $ method] );
139+ parent :: $ method( );
140140 } catch (\Exception $ e ) {
141141 }
142142
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public function connect(): void
112112 $ this ->config ['timeout ' ],
113113 $ this ->config ['persistent ' ] ? ($ this ->config ['phpredis_persistent_id ' ] ?? null ) : null ,
114114 (int ) ($ this ->config ['phpredis_retry_interval ' ] ?? 0 ),
115- (float ) $ this ->config ['read_write_timeout ' ] ?? 0
115+ (float ) ( $ this ->config ['read_write_timeout ' ] ?? 0 )
116116 );
117117
118118 if (false == $ result ) {
You can’t perform that action at this time.
0 commit comments