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 bf88b62 commit d563cadCopy full SHA for d563cad
app/Views/errors/html/error_exception.php
@@ -90,7 +90,7 @@
90
<?php
91
$params = null;
92
// Reflection by name is not available for closure function
93
- if (!str_ends_with($row['function'], '}')) {
+ if (! str_ends_with($row['function'], '}')) {
94
$mirror = isset($row['class']) ? new ReflectionMethod($row['class'], $row['function']) : new ReflectionFunction($row['function']);
95
$params = $mirror->getParameters();
96
}
0 commit comments