Skip to content

Commit 1618e43

Browse files
[12.x] Align PHPDoc parameter with method signature (#56435)
* Align PHPDoc parameter with method signature * Update Exceptions.php * Update Exceptions.php
1 parent 86cc48e commit 1618e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Configuration/Exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function dontReport(array|string $class)
153153
/**
154154
* Register a callback to determine if an exception should not be reported.
155155
*
156-
* @param callable $dontReportWhen
156+
* @param \Closure $dontReportWhen
157157
* @return $this
158158
*/
159159
public function dontReportWhen(Closure $dontReportWhen)

0 commit comments

Comments
 (0)