aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/HttpResponseStatus.php
diff options
context:
space:
mode:
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