Skip to content

Commit 5ecf8bb

Browse files
authored
Removed useless code from AbstractAnnotation. (#3700)
1 parent 77242fc commit 5ecf8bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Annotation/AbstractAnnotation.php

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717

1818
abstract class AbstractAnnotation implements AnnotationInterface, Arrayable
1919
{
20-
/**
21-
* @var null|array
22-
*/
23-
protected $formattedValue;
24-
2520
public function __construct(...$value)
2621
{
2722
$formattedValue = $this->formatParams($value);

0 commit comments

Comments
 (0)