Skip to content

Commit f75f45b

Browse files
authored
Merge pull request #387 from rodrigoprimo/docs/update-phpcs-repo-link
Update PHP_CodeSniffer repository link
2 parents 5d6d373 + cb22616 commit f75f45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ If you need any help with this please don't hesitate to ask.
3535

3636
## Requirements
3737

38-
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer).
38+
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).
3939
- **Tlint styles** - Tighten-specific styles. Tlint is built for apps, so there are some settings that might not make sense in a package, but [download Tlint](https://github.com/tightenco/tlint) and run it on your pull requests to see if it suggests any reasonable changes.
4040
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.

tests/Feature/DockerTagsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function it_sorts_the_versions_naturally()
4141
$tags = collect($dockerTags->getTags());
4242

4343
$this->assertEquals('latest', $tags->shift());
44-
$this->assertEquals('18.1', $tags->shift());
44+
$this->assertEquals('18.3', $tags->shift());
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)