- Output for 7.0.0 - 7.2.0
- Warning: Declaration of CorrectImplementor::foo(Base $x) should be compatible with I::foo(Sub $x) in /in/YVHRF on line 13 Warning: Declaration of IncorrectImplementor::foo(NoRelation $x) should be compatible with I::foo(Sub $x) in /in/YVHRF on line 17
- Output for 5.5.0 - 5.6.28
- Strict Standards: Declaration of CorrectImplementor::foo() should be compatible with I::foo(Sub $x) in /in/YVHRF on line 13 Strict Standards: Declaration of IncorrectImplementor::foo() should be compatible with I::foo(Sub $x) in /in/YVHRF on line 17