From 1fdc866fb0520f1c734a71fc47b281ffdb33f143 Mon Sep 17 00:00:00 2001 From: Pavlo Zhukov Date: Mon, 1 Oct 2018 00:39:40 +0300 Subject: [PATCH 1/2] Fix missed autocomplete in helper view --- resources/views/helper.php | 6 ++++++ src/Alias.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/views/helper.php b/resources/views/helper.php index dee6278..f081529 100644 --- a/resources/views/helper.php +++ b/resources/views/helper.php @@ -1,4 +1,10 @@ + // @formatter:off diff --git a/src/Alias.php b/src/Alias.php index a7c5b70..e6d7577 100644 --- a/src/Alias.php +++ b/src/Alias.php @@ -171,7 +171,7 @@ class Alias /** * Get the methods found by this Alias * - * @return array + * @return array|Method[] */ public function getMethods() { From b14d983f74fc11db7ecc737440b3c2bec15c232a Mon Sep 17 00:00:00 2001 From: Pavlo Zhukov Date: Mon, 1 Oct 2018 00:50:28 +0300 Subject: [PATCH 2/2] Change comments style to allow folding and make its clear --- resources/views/helper.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/views/helper.php b/resources/views/helper.php index f081529..d0934e3 100644 --- a/resources/views/helper.php +++ b/resources/views/helper.php @@ -1,9 +1,11 @@ // @formatter:off