Skip to content

Commit a496c27

Browse files
committed
cs
1 parent e9a37b1 commit a496c27

9 files changed

+9
-0
lines changed

src/MessageFactory/DiactorosMessageFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Creates Diactoros messages.
1212
*
1313
* @author GeLo <geloen.eric@gmail.com>
14+
*
1415
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
1516
*/
1617
final class DiactorosMessageFactory implements MessageFactory

src/MessageFactory/GuzzleMessageFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Creates Guzzle messages.
1111
*
1212
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
13+
*
1314
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
1415
*/
1516
final class GuzzleMessageFactory implements MessageFactory

src/MessageFactory/SlimMessageFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Creates Slim 3 messages.
1414
*
1515
* @author Mika Tuupola <tuupola@appelsiini.net>
16+
*
1617
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
1718
*/
1819
final class SlimMessageFactory implements MessageFactory

src/StreamFactory/DiactorosStreamFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Creates Diactoros streams.
1111
*
1212
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
13+
*
1314
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
1415
*/
1516
final class DiactorosStreamFactory implements StreamFactory

src/StreamFactory/GuzzleStreamFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Creates Guzzle streams.
99
*
1010
* @author Михаил Красильников <m.krasilnikov@yandex.ru>
11+
*
1112
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
1213
*/
1314
final class GuzzleStreamFactory implements StreamFactory

src/StreamFactory/SlimStreamFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Creates Slim 3 streams.
1111
*
1212
* @author Mika Tuupola <tuupola@appelsiini.net>
13+
*
1314
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
1415
*/
1516
final class SlimStreamFactory implements StreamFactory

src/UriFactory/DiactorosUriFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Creates Diactoros URI.
1111
*
1212
* @author David de Boer <david@ddeboer.nl>
13+
*
1314
* @deprecated This will be removed in 2.0. Consider using the official Diactoros PSR-17 factory
1415
*/
1516
final class DiactorosUriFactory implements UriFactory

src/UriFactory/GuzzleUriFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Creates Guzzle URI.
1010
*
1111
* @author David de Boer <david@ddeboer.nl>
12+
*
1213
* @deprecated This will be removed in 2.0. Consider using the official Guzzle PSR-17 factory
1314
*/
1415
final class GuzzleUriFactory implements UriFactory

src/UriFactory/SlimUriFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Creates Slim 3 URI.
1111
*
1212
* @author Mika Tuupola <tuupola@appelsiini.net>
13+
*
1314
* @deprecated This will be removed in 2.0. Consider using the official Slim PSR-17 factory
1415
*/
1516
final class SlimUriFactory implements UriFactory

0 commit comments

Comments
 (0)