mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Fix missed autocomplete in helper view
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<?= '<?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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user