your code ?! if you do, what is the solution with linter errors
let me show you my code
when I use my interfaces to do type hinting, my linter complains about method args ( and it is right, bcz I don't specify arguments for my abstract methods until they are implemented ) what is the best practice here ?
abstract methods should have the exact same signature as the concrete ones
Обсуждают сегодня