projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f76373
)
Add a type hint here to help with dependency injection
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 8 Aug 2010 14:34:33 +0000
(10:34 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 8 Aug 2010 14:34:33 +0000
(10:34 -0400)
framework/Routes/lib/Horde/Routes/Utils.php
patch
|
blob
|
history
diff --git
a/framework/Routes/lib/Horde/Routes/Utils.php
b/framework/Routes/lib/Horde/Routes/Utils.php
index
9a3ab5b
..
7c19d17
100644
(file)
--- a/
framework/Routes/lib/Horde/Routes/Utils.php
+++ b/
framework/Routes/lib/Horde/Routes/Utils.php
@@
-43,7
+43,7
@@
class Horde_Routes_Utils
* @param Horde_Routes_Mapper $mapper Mapper for these utilities
* @param callback $redirect Redirect callback for redirectTo()
*/
- public function __construct($mapper, $redirect = null)
+ public function __construct(
Horde_Routes_Mapper
$mapper, $redirect = null)
{
$this->mapper = $mapper;
$this->redirect = $redirect;