Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 723097a

Browse files
committed
Future refactor
1 parent 281d8dd commit 723097a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tasks/FacadeAliases.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ public function perform(): int
6969

7070
private function addImport(string $import, mixed $contents): string
7171
{
72+
// TODO: refactor to use PhpFile::addImport() once it supports `declare` statements
73+
7274
$count = 0;
7375
$replacement = 'use ' . $import . ';';
7476

0 commit comments

Comments
 (0)