Skip to content

Commit

Permalink
Merge pull request #29 from SMillerDev/patch-1
Browse files Browse the repository at this point in the history
Httpstatus: define property
  • Loading branch information
lukasoppermann authored Jan 17, 2023
2 parents 2ea4e39 + da70b90 commit 9bde369
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Httpstatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ class Httpstatus implements Countable, IteratorAggregate
const CLASS_CLIENT_ERROR = 4;
const CLASS_SERVER_ERROR = 5;

/**
* Collection of HTTP Statusses
* @var array<int,string> Status code as key and reason phrase as value
*/
protected $httpStatus;


/**
* Create a new Httpstatus Instance.
Expand Down

0 comments on commit 9bde369

Please sign in to comment.