Commit Graph

7 Commits

Author SHA1 Message Date
Adrien Crivelli 5f413b8a58
Keep sample bootstrap purely in samples 2020-05-17 18:51:13 +09:00
Adrien Crivelli 588ca6beb3
Replace migration tool with RectorPHP
Fixes #1445
2020-05-02 12:34:50 +09:00
池下克彦 fe83f070aa improve testability 2020-02-24 23:24:47 +09:00
池下克彦 e11202168f bin/generate-document generates function-list-by-* 2020-02-21 14:56:43 +09:00
Zharikov Viktor 07455d24f6
Make global usage of `use` instead of FQCN
Closes #78
Closes #147
2017-05-18 00:10:16 +02:00
Adrien Crivelli a23f681332
Add pre-commit git hook to check code style
The hook automatically fixes most code style mistakes
and should be installed once with:

```sh
ln -s ../../bin/pre-commit .git/hooks/pre-commit
```
2017-01-05 01:30:44 +09:00
Adrien Crivelli 4b011b427f
Forgot to commit the migration tool command line 2016-12-13 23:48:24 +09:00