Skip to content

Commit 56141b3

Browse files
committed
removing unnecessary ignore
1 parent 5f12f2e commit 56141b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Turbo/Doctrine/BroadcastListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private function storeEntitiesToPublish(EntityManagerInterface $em, object $enti
129129

130130
if (\PHP_VERSION_ID >= 80000 && $options = ($r = new \ReflectionClass($class))->getAttributes(Broadcast::class)) {
131131
$options = $options[0]->newInstance();
132-
// @phpstan-ignore-next-line
133132
$this->broadcastedClasses[$class] = $options->options;
134133
} elseif ($this->annotationReader && $options = $this->annotationReader->getClassAnnotation($r ?? new \ReflectionClass($class), Broadcast::class)) {
135134
$this->broadcastedClasses[$class] = $options->options;

0 commit comments

Comments
 (0)