Skip to content

Commit

Permalink
Added use Overload to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Nov 24, 2023
1 parent 0bda271 commit f912824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ After this you will be able to call `handle` with any arguments and reach overlo
when their signature matches.

```php
use Typhoon\Overloading\Overload;

final class WhateverHandler
{
public function handle(mixed ...$args): string
Expand Down

0 comments on commit f912824

Please sign in to comment.