Skip to content

Commit 907b1fb

Browse files
Removed $empty property from Locate\Class_
1 parent e35e9bd commit 907b1fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Locate/Class_.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ class Class_ extends Annotation
2828
/** @var Property[] */
2929
public $properties = [];
3030

31-
/** @var bool */
32-
public $empty = false;
33-
3431
public function __construct(iterable $annotations, \ReflectionClass $reflection)
3532
{
3633
$this->reflection = $reflection;

0 commit comments

Comments
 (0)