Skip to content

Commit 4032db3

Browse files
emmadesilvagithub-actions[bot]
authored andcommitted
Merge pull request #2313 from hydephp/remove-experimental-markers
[2.x] Remove experimental annotations from codebase hydephp/develop@eb6d676
1 parent cda0e71 commit 4032db3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Console/Commands/ServeCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ protected function handleViteOutput(): void
230230
}
231231
}
232232

233-
/** @experimental This feature may be removed before the final release. */
234233
protected function isPortAvailable(int $port): bool
235234
{
236235
$addresses = ['localhost', '127.0.0.1'];

src/ConsoleOutput.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function getFormatter(): Closure
6464
};
6565
}
6666

67-
/** @experimental */
6867
public function printMessage(string $message, string $context): void
6968
{
7069
$this->output->writeln(sprintf('%s ::context=[%s]', $message, $context));

0 commit comments

Comments
 (0)