Skip to content

Commit

Permalink
Merge a496c27 into 817d4d1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 27, 2018
2 parents 817d4d1 + a496c27 commit 13f6d1a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MessageFactory/DiactorosMessageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* Creates Diactoros messages.
*
* @author GeLo <geloen.eric@gmail.com>
*
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
*/
final class DiactorosMessageFactory implements MessageFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/MessageFactory/GuzzleMessageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* Creates Guzzle messages.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
*/
final class GuzzleMessageFactory implements MessageFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/MessageFactory/SlimMessageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* Creates Slim 3 messages.
*
* @author Mika Tuupola <tuupola@appelsiini.net>
*
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
*/
final class SlimMessageFactory implements MessageFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/StreamFactory/DiactorosStreamFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* Creates Diactoros streams.
*
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
*
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
*/
final class DiactorosStreamFactory implements StreamFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/StreamFactory/GuzzleStreamFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Creates Guzzle streams.
*
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
*
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
*/
final class GuzzleStreamFactory implements StreamFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/StreamFactory/SlimStreamFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* Creates Slim 3 streams.
*
* @author Mika Tuupola <tuupola@appelsiini.net>
*
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
*/
final class SlimStreamFactory implements StreamFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/UriFactory/DiactorosUriFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* Creates Diactoros URI.
*
* @author David de Boer <david@ddeboer.nl>
*
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
*/
final class DiactorosUriFactory implements UriFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/UriFactory/GuzzleUriFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* Creates Guzzle URI.
*
* @author David de Boer <david@ddeboer.nl>
*
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
*/
final class GuzzleUriFactory implements UriFactory
{
Expand Down
2 changes: 2 additions & 0 deletions src/UriFactory/SlimUriFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* Creates Slim 3 URI.
*
* @author Mika Tuupola <tuupola@appelsiini.net>
*
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
*/
final class SlimUriFactory implements UriFactory
{
Expand Down

0 comments on commit 13f6d1a

Please sign in to comment.