We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MiddlewareFactory
1 parent 480c090 commit a8426f9Copy full SHA for a8426f9
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## 3.0.0 under development
4
5
- New #55: Add wrapper factory (@rustamwin)
6
-- Chg #56: Make `MiddlewareFactory` internal (@rustamwin)
+- Chg #56: Remove `MiddlewareFactoryInterface`, so the factory doesn't need to be implemented (@rustamwin)
7
8
## 2.1.0 August 05, 2022
9
src/MiddlewareFactory.php
@@ -19,7 +19,7 @@
19
use function is_string;
20
21
/**
22
- * @internal Creates a PSR-15 middleware based on the definition provided.
+ * Creates a PSR-15 middleware based on the definition provided.
23
*
24
* @psalm-import-type ArrayDefinitionConfig from ArrayDefinition
25
*/
0 commit comments