-
There is no such thing as optional method. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I can see you optimize you code for writing to save some key strokes instead for reading. If you really want to work without an instance as long as possible then I see 2 ways:
|
Beta Was this translation helpful? Give feedback.
0 replies
{{editor}}'s edit
{{editor}}'s edit
Loading...
Sorry, something went wrong.
-
hello,
i have denoted an optional method in interface via phpdoc
@method
it is supposed to be optional, ie class may or may not implement it.
but i have these annoying errors everywhere
is there a way to suppress them? and i mean just this context, regarding "should implement method", not "User Deprecated" in general.
Beta Was this translation helpful? Give feedback.