Skip to content

Commit c5ba43e

Browse files
committed
Removed exception parameter.
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
1 parent cb3a3ab commit c5ba43e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Helpers/core.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ function mail(string|array $to, string $subject, string $message, array $headers
217217
* @param string $name Name of the route.
218218
* @param array $params Data parameters.
219219
* @return string The url.
220-
* @throws TypeException
221220
* @throws NamedRouteNotFoundException
222221
* @throws RouteParamFailedConstraintException
223222
*/

0 commit comments

Comments
 (0)