I\'ve been working on code that\'s intended to be used with objects, without really caring what the kind of object is. I wanted to type hint that the method being written ex
There is no base class that all objects extend from. You should just remove the typehint and document the expected type in the @param annotation.
@param