Skip to content

Commit 23d0b3e

Browse files
authored
Merge pull request #1289 from php-fig/psr-20-acceptance
PSR-20 acceptance
2 parents 13902f3 + 417be1f commit 23d0b3e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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

proposed/clock-meta.md renamed to accepted/PSR-20-clock-meta.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ final class FrozenClock implements \Psr\Clock\ClockInterface
117117
## 6. Votes
118118

119119
* [Entrance Vote](https://groups.google.com/g/php-fig/c/hIKqd0an-GI)
120+
* [Acceptance Vote](https://groups.google.com/g/php-fig/c/4esd62o0QoU)
120121

121122
## 7. Relevant Links
122123

File renamed without changes.

0 commit comments

Comments
 (0)