<?php class Foo { #[Deprecated] public function doFoo(): void { } } $foo = new Foo(); $foo->doFoo();
You have javascript disabled. You will not be able to edit any code.