projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e435f17
)
EventPrinter - More aggressive type-hinting
author
Tim Otten
<totten@civicrm.org>
Mon, 31 May 2021 07:56:03 +0000
(
00:56
-0700)
committer
Tim Otten
<totten@civicrm.org>
Mon, 31 May 2021 07:56:03 +0000
(
00:56
-0700)
Civi/Core/Event/EventPrinter.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Core/Event/EventPrinter.php
b/Civi/Core/Event/EventPrinter.php
index 6c70e1fa1b7184684550bc5f7742a1a4842aef2e..0c2cfb6235399733449db356c692b6304231120d 100644
(file)
--- a/
Civi/Core/Event/EventPrinter.php
+++ b/
Civi/Core/Event/EventPrinter.php
@@
-16,7
+16,7
@@
class EventPrinter {
* @param mixed $callback
* @return string
*/
- public static function formatName($callback) {
+ public static function formatName($callback)
: string
{
$normalizeNamespace = function($symbol) {
return $symbol{0} === '\\' ? substr($symbol, 1) : $symbol;
};