Skip to content

Commit

Permalink
Merge e08fb0f into cde3880
Browse files Browse the repository at this point in the history
  • Loading branch information
dmecke committed Mar 25, 2019
2 parents cde3880 + e08fb0f commit 2d82b71
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 168 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ $ cd generator/doc/doc-en
$ svn update
```

To use the generator, you need to make sure you installed all the needed dependencies:

```bash
$ cd generator
$ composer install
```

### Generating the functions

Generating the functions can be done with a simple command.
Expand Down
1 change: 1 addition & 0 deletions generated/functionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@
'sha1_file',
'sprintf',
'substr',
'vsprintf',
'swoole_async_write',
'swoole_async_writefile',
'swoole_event_defer',
Expand Down

0 comments on commit 2d82b71

Please sign in to comment.