aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/HttpResponseStatus.php
diff options
context:
space:
mode:
authorwinter2024-12-09 21:31:54 +0000
committerwinter2024-12-09 21:31:54 +0000
commit4c7bde1400820f36caf8b2a5374007384c3018f3 (patch)
tree83ed26ff368117b8e392f7bc28736482077fc2f4 /WpfTest/HttpResponseStatus.php
parent50edbd3907c26a2d4d616421de9bb51a4d083c1b (diff)
rename to Digitigrade / PawPub
:3
Diffstat (limited to 'WpfTest/HttpResponseStatus.php')
-rw-r--r--WpfTest/HttpResponseStatus.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/WpfTest/HttpResponseStatus.php b/WpfTest/HttpResponseStatus.php
deleted file mode 100644
index c81e000..0000000
--- a/WpfTest/HttpResponseStatus.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-namespace WpfTest;
-
-interface HttpResponseStatus extends \Throwable {
- public function httpCode(): int;
- public function httpReason(): string;
-} \ No newline at end of file