Skip to content

Commit a8426f9

Browse files
authored
Revert "Make MiddlewareFactory internal" (#57)
1 parent 480c090 commit a8426f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 3.0.0 under development
44

55
- New #55: Add wrapper factory (@rustamwin)
6-
- Chg #56: Make `MiddlewareFactory` internal (@rustamwin)
6+
- Chg #56: Remove `MiddlewareFactoryInterface`, so the factory doesn't need to be implemented (@rustamwin)
77

88
## 2.1.0 August 05, 2022
99

src/MiddlewareFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use function is_string;
2020

2121
/**
22-
* @internal Creates a PSR-15 middleware based on the definition provided.
22+
* Creates a PSR-15 middleware based on the definition provided.
2323
*
2424
* @psalm-import-type ArrayDefinitionConfig from ArrayDefinition
2525
*/

0 commit comments

Comments
 (0)