File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
*
13
13
* @author GeLo <geloen.eric@gmail.com>
14
14
*
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
16
16
*/
17
17
final class DiactorosMessageFactory implements MessageFactory
18
18
{
Original file line number Diff line number Diff line change 11
11
*
12
12
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
13
13
*
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
15
15
*/
16
16
final class GuzzleMessageFactory implements MessageFactory
17
17
{
Original file line number Diff line number Diff line change 14
14
*
15
15
* @author Mika Tuupola <tuupola@appelsiini.net>
16
16
*
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
18
18
*/
19
19
final class SlimMessageFactory implements MessageFactory
20
20
{
Original file line number Diff line number Diff line change 11
11
*
12
12
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
13
13
*
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
15
15
*/
16
16
final class DiactorosStreamFactory implements StreamFactory
17
17
{
Original file line number Diff line number Diff line change 9
9
*
10
10
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
11
11
*
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
13
13
*/
14
14
final class GuzzleStreamFactory implements StreamFactory
15
15
{
Original file line number Diff line number Diff line change 11
11
*
12
12
* @author Mika Tuupola <tuupola@appelsiini.net>
13
13
*
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
15
15
*/
16
16
final class SlimStreamFactory implements StreamFactory
17
17
{
Original file line number Diff line number Diff line change 11
11
*
12
12
* @author David de Boer <david@ddeboer.nl>
13
13
*
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
15
15
*/
16
16
final class DiactorosUriFactory implements UriFactory
17
17
{
Original file line number Diff line number Diff line change 10
10
*
11
11
* @author David de Boer <david@ddeboer.nl>
12
12
*
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
14
14
*/
15
15
final class GuzzleUriFactory implements UriFactory
16
16
{
Original file line number Diff line number Diff line change 11
11
*
12
12
* @author Mika Tuupola <tuupola@appelsiini.net>
13
13
*
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
15
15
*/
16
16
final class SlimUriFactory implements UriFactory
17
17
{
You can’t perform that action at this time.
0 commit comments