We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee71f4 commit b94449fCopy full SHA for b94449f
src/HttpEmoji.php
@@ -7,6 +7,8 @@ interface HttpEmoji
7
8
const 👍 = 202; // Accepted
9
10
+ const ➡️ = 301; // Moved permanently
11
+
12
const ✋ = 401; // Unauthorized
13
14
const 🤷 = 404; // Not found
0 commit comments