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 93bb672 commit b3d844eCopy full SHA for b3d844e
app/Views/errors/html/error_exception.php
@@ -121,7 +121,7 @@
121
<?php
122
$params = null;
123
// Reflection by name is not available for closure function
124
- if (!str_ends_with($row['function'], '}')) {
+ if (! str_ends_with($row['function'], '}')) {
125
$mirror = isset($row['class']) ? new ReflectionMethod($row['class'], $row['function']) : new ReflectionFunction($row['function']);
126
$params = $mirror->getParameters();
127
}
0 commit comments