File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -514,23 +514,3 @@ $componentFilter = new OneOfFilter([
514514$finder = new ClassFinder([$componentFilter]);
515515$components = $finder->find('src/');
516516```
517-
518- ## Вклад в проект
519-
520- 1 . Сделайте форк репозитория
521- 2 . Создайте ветку для вашей функции (` git checkout -b feature/amazing-feature ` )
522- 3 . Зафиксируйте ваши изменения (` git commit -m 'Add some amazing feature' ` )
523- 4 . Отправьте в ветку (` git push origin feature/amazing-feature ` )
524- 5 . Откройте Pull Request
525-
526- ## Лицензия
527-
528- Этот проект лицензирован под лицензией MIT - смотрите файл [ LICENSE] ( LICENSE ) для подробностей.
529-
530- ## Авторы
531-
532- Разработано командой Bermuda PHP.
533-
534- ---
535-
536- ** [ English version / Английская версия] ( README.md ) **
You can’t perform that action at this time.
0 commit comments