Skip to content

Commit af747ab

Browse files
committed
updated message
1 parent 15c469b commit af747ab

9 files changed

+9
-9
lines changed

src/MessageFactory/DiactorosMessageFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @author GeLo <geloen.eric@gmail.com>
1414
*
15-
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
15+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Diactoros PSR-17 factory
1616
*/
1717
final class DiactorosMessageFactory implements MessageFactory
1818
{

src/MessageFactory/GuzzleMessageFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
1313
*
14-
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
14+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Guzzle PSR-17 factory
1515
*/
1616
final class GuzzleMessageFactory implements MessageFactory
1717
{

src/MessageFactory/SlimMessageFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author Mika Tuupola <tuupola@appelsiini.net>
1616
*
17-
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
17+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory
1818
*/
1919
final class SlimMessageFactory implements MessageFactory
2020
{

src/StreamFactory/DiactorosStreamFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
1313
*
14-
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
14+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Diactoros PSR-17 factory
1515
*/
1616
final class DiactorosStreamFactory implements StreamFactory
1717
{

src/StreamFactory/GuzzleStreamFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
1111
*
12-
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
12+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Guzzle PSR-17 factory
1313
*/
1414
final class GuzzleStreamFactory implements StreamFactory
1515
{

src/StreamFactory/SlimStreamFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @author Mika Tuupola <tuupola@appelsiini.net>
1313
*
14-
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
14+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory
1515
*/
1616
final class SlimStreamFactory implements StreamFactory
1717
{

src/UriFactory/DiactorosUriFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @author David de Boer <david@ddeboer.nl>
1313
*
14-
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
14+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Diactoros PSR-17 factory
1515
*/
1616
final class DiactorosUriFactory implements UriFactory
1717
{

src/UriFactory/GuzzleUriFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @author David de Boer <david@ddeboer.nl>
1212
*
13-
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
13+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Guzzle PSR-17 factory
1414
*/
1515
final class GuzzleUriFactory implements UriFactory
1616
{

src/UriFactory/SlimUriFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @author Mika Tuupola <tuupola@appelsiini.net>
1313
*
14-
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
14+
* @deprecated This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory
1515
*/
1616
final class SlimUriFactory implements UriFactory
1717
{

0 commit comments

Comments
 (0)