Skip to content

Commit 3a87519

Browse files
committed
Fix spelling
1 parent 88dba68 commit 3a87519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Uri.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ public function __construct(array|string $uri)
5353
} else {
5454
$this->parts = parse_url($uri);
5555
}
56-
$this->pollyfill();
56+
$this->polyfill();
5757
$this->fillParts();
5858
}
5959

60-
protected function pollyfill()
60+
protected function polyfill()
6161
{
6262
$this->scheme = "http";
6363
$this->host = "localhost";

0 commit comments

Comments
 (0)