@@ -54,6 +54,9 @@ |
||
54 | 54 | return $this->_event; |
55 | 55 | } |
56 | 56 | |
57 | + /** |
|
58 | + * @param string $_event |
|
59 | + */ |
|
57 | 60 | public function setEvent($_event) |
58 | 61 | { |
59 | 62 | $this->_event = $_event; |
@@ -444,7 +444,6 @@ |
||
444 | 444 | * Log accesses to deprecated fucntions to the debug log |
445 | 445 | * |
446 | 446 | * @param string $alternative The function or method that should be used instead |
447 | - * @param string|null $deprecatedThing What is deprecated if not the current method |
|
448 | 447 | * @triggers INFO_DEPRECATION_LOG |
449 | 448 | */ |
450 | 449 | function dbg_deprecated($alternative = '') { |