Skip to content

Commit dbca377

Browse files
committed
style: add space after !
1 parent 8332655 commit dbca377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Views/errors/html/error_exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<?php
9191
$params = null;
9292
// Reflection by name is not available for closure function
93-
if (!str_ends_with($row['function'], '}')) {
93+
if (! str_ends_with($row['function'], '}')) {
9494
$mirror = isset($row['class']) ? new ReflectionMethod($row['class'], $row['function']) : new ReflectionFunction($row['function']);
9595
$params = $mirror->getParameters();
9696
}

0 commit comments

Comments
 (0)