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

Commit 94a0403

Browse files
Merge branch 'namespace' of https://github.com/facebook/hack-codegen into namespace
Conflicts: src/CodegenFile.php
2 parents 9a5db6e + a169f3b commit 94a0403

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CodegenFile.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ private function getContent(): string {
277277
'namespace %s;',
278278
$this->fileNamespace,
279279
);
280-
281280
foreach ($this->useNamespaces as $ns => $as) {
282281
$builder->addLine($as === null ? "use $ns;" : "use $ns as $as;");
283282
}

0 commit comments

Comments
 (0)