Fix missed autocomplete in helper view

This commit is contained in:
Pavlo Zhukov
2018-10-01 00:39:40 +03:00
parent 593e0d4aa7
commit 1fdc866fb0
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ class Alias
/**
* Get the methods found by this Alias
*
* @return array
* @return array|Method[]
*/
public function getMethods()
{