Skip to content

Commit 417be1f

Browse files
committed
Move PSR-20 under acceopted in the PSR list
1 parent a9b890d commit 417be1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PSR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
2323
| 16 | [Simple Cache][psr16] | Paul Dragoonis |
2424
| 17 | [HTTP Factories][psr17] | Woody Gilk |
2525
| 18 | [HTTP Client][psr18] | Tobias Nyholm |
26+
| 20 | [Clock][psr20] | Chris Seufert |
2627

2728
### Draft
2829

2930
| Num | Title | Editor(s) | Sponsor |
3031
|:---:|--------------------------------------|--------------------------------|--------------------------------|
3132
| 5 | [PHPDoc Standard][psr5] | Chuck Burgess | Michael Cullum |
3233
| 19 | [PHPDoc tags][psr19] | Chuck Burgess | Michael Cullum |
33-
| 20 | [Clock][psr20] | Chris Seufert | Chuck Burgess |
3434
| 21 | [Internationalization][psr21] | Navarr Barnier | Larry Garfield |
3535
| 22 | [Application Tracing][psr22] | Adam Allport | Alessandro Chitolina |
3636

@@ -73,7 +73,7 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
7373
| 17 | [HTTP Factories][psr17] | Woody Gilk | Accepted |
7474
| 18 | [HTTP Client][psr18] | Tobias Nyholm | Accepted |
7575
| 19 | [PHPDoc tags][psr19] | Chuck Burgess | Draft |
76-
| 20 | [Clock][psr20] | Chris Seufert | Draft |
76+
| 20 | [Clock][psr20] | Chris Seufert | Accepted |
7777
| 21 | [Internationalization][psr21] | Navarr Barnier | Draft |
7878
| 22 | [Application Tracing][psr22] | Adam Allport | Draft |
7979

@@ -98,6 +98,6 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
9898
[psr17]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-17-http-factory.md
9999
[psr18]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-18-http-client.md
100100
[psr19]: https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md
101-
[psr20]: https://github.com/php-fig/fig-standards/blob/master/proposed/clock.md
101+
[psr20]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-20-clock.md
102102
[psr21]: https://github.com/php-fig/fig-standards/blob/master/proposed/internationalization.md
103103
[psr22]: https://github.com/php-fig/fig-standards/blob/master/proposed/tracing.md

0 commit comments

Comments
 (0)