You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Firebase/Factory.php
+30-26Lines changed: 30 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -100,16 +100,6 @@ final class Factory
100
100
101
101
privateClockInterface$clock;
102
102
103
-
/**
104
-
* @var callable|null
105
-
*/
106
-
private$httpLogMiddleware;
107
-
108
-
/**
109
-
* @var callable|null
110
-
*/
111
-
private$httpDebugLogMiddleware;
112
-
113
103
/**
114
104
* @var callable|null
115
105
*/
@@ -317,33 +307,55 @@ public function withHttpClientOptions(HttpClientOptions $options): self
317
307
}
318
308
319
309
/**
310
+
* @deprecated 7.25.0 Create the log middleware outside the factory and use `HttpClientOptions::withGuzzleMiddleware()` and `withClientOptions()` instead
* @deprecated 7.25.0 Create the log middleware outside the factory and use `HttpClientOptions::withGuzzleMiddleware()` and `withClientOptions()` instead
0 commit comments