1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-06 08:27:39 +02:00

fixed indentation on comment blocks (they need 1 space to be nicely aligned)

This commit is contained in:
Koen Punt
2012-09-07 21:40:41 +02:00
parent 65933f5a4d
commit 5328b4d73f

View File

@@ -13,6 +13,7 @@ class AltoRouter {
public function setBasePath($basePath) {
$this->basePath = $basePath;
}
/**
* Map a route to a target
*