@@ -36,7 +36,7 @@ |
||
36 | 36 | * |
37 | 37 | * @throws \Exception Erreur dsans les paramètres donnée à la méthode |
38 | 38 | * |
39 | - * @return boolean|null |
|
39 | + * @return boolean |
|
40 | 40 | */ |
41 | 41 | public function majExpire($key, $expire) |
42 | 42 | { |
@@ -150,7 +150,7 @@ |
||
150 | 150 | $keywords->search, |
151 | 151 | $keywords->replace, |
152 | 152 | strtolower($match[3]) |
153 | - ); |
|
153 | + ); |
|
154 | 154 | |
155 | 155 | $dateDepart = clone $this; |
156 | 156 | parent::modify($match[1].$match[2].' '.$keyword); |