From 95f75e53eb7137cb0f11c0acd67e97fd3c715ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 17 Jul 2018 11:35:10 +0200 Subject: [PATCH] add some docblock --- Event/UI/UIEvent.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Event/UI/UIEvent.php b/Event/UI/UIEvent.php index 201c3a265..74e9154d9 100644 --- a/Event/UI/UIEvent.php +++ b/Event/UI/UIEvent.php @@ -88,6 +88,10 @@ class UIEvent extends Event return $this; } + /** + * + * @return Transition + */ public function getTransition() { return $this->transition;