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 @@ -313,7 +313,7 @@ public static function create($header)
313313 * @param string $cookieHeader A string cookie header value.
314314 * @return array key/value cookie pairs.
315315 */
316- function parseCookieHeader ($ cookieHeader ) : array
316+ public static function parseCookieHeader ($ cookieHeader ) : array
317317 {
318318 if (\is_array ($ cookieHeader )) {
319319 $ cookieHeader = isset ($ cookieHeader [0 ]) ? $ cookieHeader [0 ] : '' ;
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ public static function create(string $uri = ''): UriInterface
300300 *
301301 * @return Uri
302302 */
303- public function fromGlobals (array $ globals ): Uri
303+ public static function fromGlobals (array $ globals ): Uri
304304 {
305305 // Scheme
306306 $ https = isset ($ globals ['HTTPS ' ]) ? $ globals ['HTTPS ' ] : false ;
You can’t perform that action at this time.
0 commit comments