Skip to content

Commit

Permalink
add missing internal/final on the DataCollector
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Sep 15, 2024
1 parent 8beb1a0 commit af3a156
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@

/**
* @author Simon André <smn.andre@gmail.com>
*
* @internal
*/
class TwigComponentDataCollector extends AbstractDataCollector implements LateDataCollectorInterface
final class TwigComponentDataCollector extends AbstractDataCollector implements LateDataCollectorInterface
{
private bool $hasStub;

Expand Down

0 comments on commit af3a156

Please # to comment.