Skip to content

Commit

Permalink
chore: Update PHPStorm meta file to include Symfony Console Applicati…
Browse files Browse the repository at this point in the history
…on mapping (#6905)


Co-authored-by: 李铭昕 <[email protected]>
  • Loading branch information
huangdijia and limingxinleo committed Jun 24, 2024
1 parent f6465a1 commit 4e47861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ApplicationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
namespace Hyperf\Contract;

use Hyperf\Framework\ApplicationFactory;
use Symfony\Component\Console\Application;

/**
* @see ApplicationFactory
* @mixin Application
*/
interface ApplicationInterface
{
Expand Down

0 comments on commit 4e47861

Please sign in to comment.