Skip to content

Commit

Permalink
Merge pull request #3219 from BackEndTea/patch-3
Browse files Browse the repository at this point in the history
Use https instead of http
  • Loading branch information
dunglas committed Oct 28, 2019
2 parents 480c077 + 21bbe95 commit 59a1702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See [the dedicated documentation entry](https://api-platform.com/docs/extra/rele
### Matching Coding Standards

The API Platform project follows [Symfony coding standards](https://symfony.com/doc/current/contributing/code/standards.html).
But don't worry, you can fix CS issues automatically using the [PHP CS Fixer](http://cs.sensiolabs.org/) tool:
But don't worry, you can fix CS issues automatically using the [PHP CS Fixer](https://cs.sensiolabs.org/) tool:

```shell
php-cs-fixer.phar fix
Expand Down

0 comments on commit 59a1702

Please sign in to comment.