We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd0935 commit 285f32fCopy full SHA for 285f32f
app/Views/errors/html/error_exception.php
@@ -115,7 +115,7 @@
115
<?php
116
$params = null;
117
// Reflection by name is not available for closure function
118
- if (!str_ends_with($row['function'], '}')) {
+ if (! str_ends_with($row['function'], '}')) {
119
$mirror = isset($row['class']) ? new ReflectionMethod($row['class'], $row['function']) : new ReflectionFunction($row['function']);
120
$params = $mirror->getParameters();
121
}
0 commit comments