Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.45.0",
"ergebnis/php-cs-fixer-config": "^6.30.1",
"ergebnis/php-cs-fixer-config": "^6.39.0",
"vimeo/psalm": "^5.26.1"
},
"autoload": {
Expand Down
262 changes: 132 additions & 130 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/All.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for Web servers. These
* codes are represented as an interface so that developers may implement it and
Expand Down
1 change: 1 addition & 0 deletions src/Http.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing standard and extended HTTP status codes. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/PEP.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for PEP
* (Protocol Extension Protocol: http://www.w3.org/TR/WD-http-pep). These codes
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC2295.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC2295. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC2324.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC2324. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC2326.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RTSP
* (Real Time Streaming Protocol), as listed in RFC2326. These codes are
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC2518.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC2518. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC2616.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC2616. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC2774.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC2774. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC2817.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC2817. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC3229.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC3229. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC3648.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC3648. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC4918.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC4918. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC5842.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC5842. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC6585.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC6585. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7168.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7168. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7231.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7231. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7232.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7232. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7233.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7233. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7234.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7234. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7235.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7235. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7538.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7538. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7540.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for HTTP2. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/RFC7725.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for RFC7725. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Status/DraftStandard.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the RFC status of a given RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Status/Experimental.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the RFC status of a given RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Status/Expired.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the RFC status of a given RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Status/Informational.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the RFC status of a given RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Status/ProposedStandard.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the RFC status of a given RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Stream/IETF.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the stream responsible for the RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Stream/Independent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the stream responsible for the RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/RFC/Stream/Legacy.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing the stream responsible for the RFC.
*
Expand Down
1 change: 1 addition & 0 deletions src/Vendor.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing vendor-specific HTTP status codes. These codes are
* represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/Vendor/Apache.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for Apache. These codes are
* represented as an interface so that developers may implement it and then use
Expand Down
1 change: 1 addition & 0 deletions src/Vendor/CloudFlare.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for Cloudflare. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/Vendor/Microsoft.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for Microsoft. These codes
* are represented as an interface so that developers may implement it and then
Expand Down
1 change: 1 addition & 0 deletions src/Vendor/Nginx.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for Nginx. These codes are
* represented as an interface so that developers may implement it and then use
Expand Down
1 change: 1 addition & 0 deletions src/Vendor/RFC7238.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: bhanlon
Expand Down
1 change: 1 addition & 0 deletions src/Vendor/Symfony.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes used by the Symfony
* framework. These codes are represented as an interface so that developers
Expand Down
1 change: 1 addition & 0 deletions src/Vendor/Twitter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for vendor-specific codes.
* These codes are represented as an interface so that developers may implement
Expand Down
1 change: 1 addition & 0 deletions src/WebDAV.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Interface representing extended HTTP status codes for WebDAV. These codes are
* represented as an interface so that developers may implement it and then use
Expand Down
Loading