Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing comma
  • Loading branch information
ravage84 committed Sep 26, 2016
1 parent 0126b43 commit 99d3942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Response.php
Expand Up @@ -94,7 +94,7 @@ class Response
502 => 'Bad Gateway',
503 => 'Service Unavailable',
504 => 'Gateway Time-out',
505 => 'Unsupported Version'
505 => 'Unsupported Version',
506 => 'Variant Also Negotiates',
507 => 'Insufficient Storage',
508 => 'Loop Detected',
Expand Down

0 comments on commit 99d3942

Please sign in to comment.