Skip to content

Commit af4827c

Browse files
author
Márk Sági-Kazár
committed
Update Joel's email for consistency
1 parent 2661df5 commit af4827c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FulfilledPromise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* A promise already fulfilled.
99
*
10-
* @author Joel Wurtz <jwurtz@jolicode.com>
10+
* @author Joel Wurtz <joel.wurtz@gmail.com>
1111
*/
1212
final class FulfilledPromise implements Promise
1313
{

src/RejectedPromise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* A rejected promise.
77
*
8-
* @author Joel Wurtz <jwurtz@jolicode.com>
8+
* @author Joel Wurtz <joel.wurtz@gmail.com>
99
*/
1010
final class RejectedPromise implements Promise
1111
{

0 commit comments

Comments
 (0)