Merge pull request #714 from pahan35/fix-missed-autocomplete-in-header-view

Fix missed autocomplete in helper view
This commit is contained in:
Barry vd. Heuvel
2018-10-06 11:34:14 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,4 +1,12 @@
<?= '<?php' ?> <?= '<?php' ?>
<?php
/**
* @var \Barryvdh\LaravelIdeHelper\Alias[][] $namespaces_by_alias_ns
* @var \Barryvdh\LaravelIdeHelper\Alias[][] $namespaces_by_extends_ns
* @var bool $include_fluent
* @var string $helpers
*/
?>
// @formatter:off // @formatter:off
+1 -1
View File
@@ -171,7 +171,7 @@ class Alias
/** /**
* Get the methods found by this Alias * Get the methods found by this Alias
* *
* @return array * @return array|Method[]
*/ */
public function getMethods() public function getMethods()
{ {