| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public static function invalidWebhookProfile(string $webhookProfile): InvalidConfig |
||
| 26 | { |
||
| 27 | $webhookProfileInterface = WebhookProfile::class; |
||
| 28 | |||
| 29 | return new static("`{$webhookProfile}` is not a valid webhook profile class. A valid web hook profile is a class that implements `{$webhookProfileInterface}`."); |
||
| 30 | } |
||
| 31 | |||
| 46 |