Skip to content

Commit 19c478f

Browse files
committed
Issue dotkernel#58: Replace Psalm with PHPStan
Signed-off-by: horea <horea@rospace.com>
1 parent 9037b34 commit 19c478f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# dot-annotated-services
22

33
Dotkernel component used to create services through [Laminas Service Manager](https://github.com/laminas/laminas-servicemanager) and inject them with dependencies just using method annotations.
4-
It can also create services without the need to write factories. Annotation parsing can be cached, to improve performance.
4+
It can also create services without the need to write factories.
5+
Annotation parsing can be cached, to improve performance.
56

67
This package can clean up your code, by getting rid of all the factories you write, sometimes just to inject a dependency or two.
78

0 commit comments

Comments
 (0)