File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ Now, you are ready to develop!
107107This project uses [ CaptainHook] ( https://github.com/CaptainHookPhp/captainhook )
108108to validate all staged changes prior to commit.
109109
110- #### Commands
110+ ### Commands
111111
112112To see all the commands available for contributing to this project:
113113
114114``` bash
115115./bin/devtools
116116```
117117
118- #### Coding Standards
118+ ### Coding Standards
119119
120120This project follows a superset of [ PSR-12] ( https://www.php-fig.org/psr/psr-12/ )
121121coding standards, enforced by [ PHP_CodeSniffer] ( https://github.com/squizlabs/PHP_CodeSniffer ) .
@@ -135,7 +135,7 @@ commands:
135135./bin/devtools lint:fix
136136```
137137
138- #### Static Analysis
138+ ### Static Analysis
139139
140140This project uses a combination of [ PHPStan] ( https://github.com/phpstan/phpstan )
141141and [ Psalm] ( https://github.com/vimeo/psalm ) to provide static analysis of PHP
@@ -153,12 +153,12 @@ following command:
153153./bin/devtools analyze
154154```
155155
156- #### Project Structure
156+ ### Project Structure
157157
158158This project uses [ pds/skeleton] ( https://github.com/php-pds/skeleton ) as its
159159base folder structure and layout.
160160
161- ## Running Tests
161+ ### Running Tests
162162
163163The following must pass before we will accept a pull request. If this does not
164164pass, it will result in a complete build failure. Before you can run this, be
You can’t perform that action at this time.
0 commit comments