Skip to content

Commit

Permalink
Fix typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ging-dev committed Jan 2, 2022
1 parent 34d761b commit 8ccce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocumentRoot.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private function clearExpiredCacheEntries(): void
*
* @throws \Error If the server has started.
*/
public function setFallback(RequesitHandler $requestHandler): void
public function setFallback(RequestHandler $requestHandler): void
{
if ($this->running) {
throw new \Error("Cannot add fallback request handler after the server has started");
Expand Down

0 comments on commit 8ccce03

Please sign in to comment.