@phpstorm Any advice on using templates with interfaces?
/** @template T */
interface MyInterface
{
/** @return T */
public static function fetch(): mixed;
}
Tried using that with @implements MyInterface<MyType> but that did not seem to work. Something I'm doing wrong?
@_m6w6 If you wanted to share your reasons for voting no on the Fiber RFC, I would value your feedback!
In case you're not aware, amphp uses your pq extension for our async postgres, thank you for supporting so many async features in the extension!