Skip to content

与源仓库稍微不同的是:给大部分方法参数添加了变量类型,方便使用参考

Notifications You must be signed in to change notification settings

ajunlonglive/swoole-ide-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swoole-ide-helper

add ide-helper for swoole, forked from swoole/ide-helper

Usage

the swoft use it as default.

you can add it by composer:

composer require swoft/swoole-ide-helper

swoft/swoole-ide-helper keep the same version of swoole

Generate

php dump.php

Diff With swoole/ide-helper

跟源仓库稍微不同的是:给大部分方法参数添加了变量类型。

eg, old:

public function send($fd, $send_data, $reactor_id=null){}

now:

public function send(int $fd, string $send_data, int $reactor_id=null){}

About

与源仓库稍微不同的是:给大部分方法参数添加了变量类型,方便使用参考

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%