We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2661df5 commit af4827cCopy full SHA for af4827c
src/FulfilledPromise.php
@@ -7,7 +7,7 @@
7
/**
8
* A promise already fulfilled.
9
*
10
- * @author Joel Wurtz <jwurtz@jolicode.com>
+ * @author Joel Wurtz <joel.wurtz@gmail.com>
11
*/
12
final class FulfilledPromise implements Promise
13
{
src/RejectedPromise.php
@@ -5,7 +5,7 @@
5
6
* A rejected promise.
final class RejectedPromise implements Promise
0 commit comments