@@ -7,17 +7,17 @@ |
||
| 7 | 7 | class EventDispatcher extends Dispatcher |
| 8 | 8 | { |
| 9 | 9 | /** |
| 10 | - * The event firing stack. |
|
| 11 | - * |
|
| 12 | - * @var array |
|
| 13 | - */ |
|
| 10 | + * The event firing stack. |
|
| 11 | + * |
|
| 12 | + * @var array |
|
| 13 | + */ |
|
| 14 | 14 | protected $firing = []; |
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | - * Get the event that is currently firing. |
|
| 18 | - * |
|
| 19 | - * @return string |
|
| 20 | - */ |
|
| 17 | + * Get the event that is currently firing. |
|
| 18 | + * |
|
| 19 | + * @return string |
|
| 20 | + */ |
|
| 21 | 21 | public function firing() |
| 22 | 22 | { |
| 23 | 23 | return last($this->firing); |