Skip to content

Commit

Permalink
update facade service signature (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaspari authored Feb 15, 2024
1 parent 6431ff1 commit a74bd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Facades/InboxService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static Plan|null match(CanMatch $canMatch)
* @method static Plan|null match(CanMatch $canMatch, ?bool $multipleMatches = false)
*
* @see \Asseco\PlanRouter\App\Services\InboxService
*/
Expand Down

0 comments on commit a74bd6a

Please sign in to comment.