Skip to content

Commit 7dd689e

Browse files
committed
Apply fixes from StyleCI
1 parent f04b2c3 commit 7dd689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private function addXDebugTraceToFatalIfAvailable(): void
113113
$trace[] = $frame;
114114
}
115115

116-
$ref = new ReflectionProperty(\Exception::class, 'trace');
116+
$ref = new ReflectionProperty(Exception::class, 'trace');
117117
$ref->setAccessible(true);
118118
$ref->setValue($this, $trace);
119119
}

0 commit comments

Comments
 (0)