Skip to content

Commit a50c347

Browse files
committed
rename phpcs rules xml
1 parent 369e97c commit a50c347

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ British-style queuing for your code and infrastructure. First come, first served
1111
(Not to be confused with a message queue. Airlock doesn’t process messages — it just decides who’s coming in and who’s staying outside in the rain.)
1212

1313
> [!CAUTION]
14-
> **Very Early Work in Progress** - This library is under active development and not yet production-ready. APIs will change, some implementations are stubs and test coverage is incomplete. Use at your own risk, contributions welcome.
14+
> **Very Early Work in Progress** - This library is under active development and not yet production-ready. APIs will change, many implementations are stubs and test coverage is incomplete. Use at your own risk, contributions welcome.
1515
1616
## The Core Idea
1717

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tasks:
1414
phpcs:
1515
desc: Runs PHPCS
1616
cmds:
17-
- php vendor/bin/phpcs --standard=ruleset.xml -v -p -s --colors
17+
- php vendor/bin/phpcs --standard=phpcs.xml -v -p -s --colors
1818

1919
phpcbf:
2020
desc: Runs PHPCBF
File renamed without changes.

0 commit comments

Comments
 (0)