Skip to content

Commit 557ba27

Browse files
committed
style: break long line
1 parent 976cec8 commit 557ba27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

system/Router/Router.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ public function handle(?string $uri = null)
196196
// Controllers/directories, but the application may not
197197
// want this, like in the case of API's.
198198
if (! $this->collection->shouldAutoRoute()) {
199-
throw new PageNotFoundException("Can't find a route for '{$this->collection->getHTTPVerb()}: {$uri}'.");
199+
throw new PageNotFoundException(
200+
"Can't find a route for '{$this->collection->getHTTPVerb()}: {$uri}'."
201+
);
200202
}
201203

202204
// Checks auto routes

0 commit comments

Comments
 (0)