@@ -96,12 +96,12 @@ |
||
| 96 | 96 | return null; |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | - /** |
|
| 100 | - * Determines if registered listeners exist for an event name. |
|
| 101 | - * |
|
| 102 | - * @param string $eventName |
|
| 103 | - * @return bool |
|
| 104 | - */ |
|
| 99 | + /** |
|
| 100 | + * Determines if registered listeners exist for an event name. |
|
| 101 | + * |
|
| 102 | + * @param string $eventName |
|
| 103 | + * @return bool |
|
| 104 | + */ |
|
| 105 | 105 | public function hasListeners($eventName) |
| 106 | 106 | { |
| 107 | 107 | return null !== $this->getListeners($eventName); |
@@ -236,8 +236,8 @@ |
||
| 236 | 236 | if (isset($mapping['calculated']) && is_array($mapping['calculated'])) { |
| 237 | 237 | $calculated = $mapping['calculated']; |
| 238 | 238 | if (isset($calculated['class']) && isset($calculated['method'])) { |
| 239 | - $attribute->calculated['class'] = $calculated['class']; |
|
| 240 | - $attribute->calculated['method'] = $calculated['method']; |
|
| 239 | + $attribute->calculated['class'] = $calculated['class']; |
|
| 240 | + $attribute->calculated['method'] = $calculated['method']; |
|
| 241 | 241 | } |
| 242 | 242 | } |
| 243 | 243 | |