Skip to content

Commit 81b0dd8

Browse files
minor cs fix
1 parent d618a99 commit 81b0dd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Exception/AutowiringFailedException.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public function __construct(string $serviceId, $message = '', int $code = 0, \Th
2323
{
2424
$this->serviceId = $serviceId;
2525

26-
if (
27-
$message instanceof \Closure
26+
if ($message instanceof \Closure
2827
&& (\function_exists('xdebug_is_enabled') ? xdebug_is_enabled() : \function_exists('xdebug_info'))
2928
) {
3029
$message = $message();

0 commit comments

Comments
 (0)