Fix file name (method name)
authorMichael Wallner <mike@php.net>
Fri, 3 Jan 2014 11:30:57 +0000 (12:30 +0100)
committerMichael Wallner <mike@php.net>
Fri, 3 Jan 2014 11:30:57 +0000 (12:30 +0100)
http/Env/setResoponseCode.md [deleted file]
http/Env/setResponseCode.md [new file with mode: 0644]

diff --git a/http/Env/setResoponseCode.md b/http/Env/setResoponseCode.md
deleted file mode 100644 (file)
index e9ead90..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# static bool http\Env::setResponseCode(int $code)
-
-Set the HTTP response code to send.
-
-## Params:
-
-* int $code  
-  The HTTP response status code.
-  
-## Returns:
-
-* bool Success.
diff --git a/http/Env/setResponseCode.md b/http/Env/setResponseCode.md
new file mode 100644 (file)
index 0000000..e9ead90
--- /dev/null
@@ -0,0 +1,12 @@
+# static bool http\Env::setResponseCode(int $code)
+
+Set the HTTP response code to send.
+
+## Params:
+
+* int $code  
+  The HTTP response status code.
+  
+## Returns:
+
+* bool Success.