X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=blobdiff_plain;f=includes%2FPathRouter.php;h=cc6fc4a399a6e4cf4c840117da7f9f613738a1e5;hb=487829b8a396233c28a36decceecde5f55cee575;hp=049b32f64e3bc9b5f4c6355b53f462fa50573142;hpb=1dd2e07276e1deaf431ddb01c92111038f9e2cd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PathRouter.php b/includes/PathRouter.php index 049b32f64e..cc6fc4a399 100644 --- a/includes/PathRouter.php +++ b/includes/PathRouter.php @@ -364,7 +364,7 @@ class PathRouterPatternReplacer { * difference between a $1 that was not replaced and a $1 that was part of * the content a $1 was replaced with. * @param string $value - * @return string + * @return string|false */ public function replace( $value ) { $this->error = false;