mirror of
https://github.com/pestphp/pest.git
synced 2026-04-26 08:57:26 +02:00
chore: bumps dependencies
This commit is contained in:
@ -232,7 +232,6 @@ final class TeamCityLogger
|
||||
$reflector = new ReflectionClass($telemetry);
|
||||
|
||||
$property = $reflector->getProperty('current');
|
||||
$property->setAccessible(true);
|
||||
$snapshot = $property->getValue($telemetry);
|
||||
assert($snapshot instanceof Snapshot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user