Skip to content

Commit 4601984

Browse files
Merge pull request #46 from DaveLiddament/DaveLiddament-patch-1
Correct typo in docs
2 parents 20f326d + 9e3b2fb commit 4601984

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Phan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Instructions for using SARB with [Phan](https://github.com/phan/phan).
77

88
```
99
composer require --dev phan/phan
10-
composer require --dev daveliddament/sarb
10+
composer require --dev dave-liddament/sarb
1111
```
1212

1313
## Before create the baseline

docs/PhpCodeSniffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Instructions for using SARB with [PHP CodeSniffer](https://github.com/squizlabs/
77

88
```
99
composer require --dev squizlabs/php_codesniffer
10-
composer require --dev daveliddament/sarb
10+
composer require --dev dave-liddament/sarb
1111
```
1212

1313
## Before create the baseline

docs/Psalm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Firstly check out Psalm's own [baseline functionality](https://psalm.dev/docs/ru
88

99
```
1010
composer require --dev psalm/psalm
11-
composer require --dev daveliddament/sarb
11+
composer require --dev dave-liddament/sarb
1212
```
1313

1414
## Before create the baseline

0 commit comments

Comments
 (0)