|
@@ -18,7 +18,7 @@ discard block |
|
|
block discarded – undo |
|
18
|
18
|
* Copyright 2016-18 Hannes Forsgård |
|
19
|
19
|
*/ |
|
20
|
20
|
|
|
21
|
|
-declare(strict_types = 1); |
|
|
21
|
+declare(strict_types=1); |
|
22
|
22
|
|
|
23
|
23
|
namespace byrokrat\autogiro\Visitor; |
|
24
|
24
|
|
|
@@ -76,7 +76,7 @@ discard block |
|
|
block discarded – undo |
|
76
|
76
|
|
|
77
|
77
|
private function dispatch(string $prefix, string $name, Node $node): void |
|
78
|
78
|
{ |
|
79
|
|
- ($this->hooks[$prefix][strtolower($name)] ?? function () {})($node); // phpcs:ignore |
|
|
79
|
+ ($this->hooks[$prefix][strtolower($name)] ?? function() {})($node); // phpcs:ignore |
|
80
|
80
|
|
|
81
|
81
|
$method = $prefix . $name; |
|
82
|
82
|
|
Please login to merge, or discard this patch.