Skip to content

Commit 95d5457

Browse files
committed
style: add space after !
1 parent 10f9e42 commit 95d5457

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
@@ -115,7 +115,7 @@
115115
<?php
116116
$params = null;
117117
// Reflection by name is not available for closure function
118-
if (!str_ends_with($row['function'], '}')) {
118+
if (! str_ends_with($row['function'], '}')) {
119119
$mirror = isset($row['class']) ? new ReflectionMethod($row['class'], $row['function']) : new ReflectionFunction($row['function']);
120120
$params = $mirror->getParameters();
121121
}

0 commit comments

Comments
 (0)