Skip to content

Commit

Permalink
ResponseCodes should be abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Jun 9, 2009
1 parent be9fdde commit 2e8a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recess/recess/http/ResponseCodes.class.php
Expand Up @@ -10,7 +10,7 @@
* @license MIT
* @link http://www.recessframework.org/
*/
class ResponseCodes {
abstract class ResponseCodes {
// [Informational 1xx]
const HTTP_CONTINUE = 100;
const HTTP_SWITCHING_PROTOCOLS = 101;
Expand Down

0 comments on commit 2e8a05d

Please sign in to comment.