Skip to content

Commit 9847788

Browse files
authored
Move status badge below the intro
1 parent ea4e63f commit 9847788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
![Status][badge]
2-
31
# Technically Callable Reflection
42

53
`Technically\CallableReflection` is a handy library to simplify reflecting any `callable`.
64
It provides a unified interface for reading callable arguments seamlessly supporting PHP8 union types.
75
It also lets you to easily invoke a callable with `call()` and `apply()` supporting named parameters.
86

7+
![Status][badge]
8+
99
## Features
1010

1111
- Unified and simplified interface to reflect callable parameters

0 commit comments

Comments
 (0)