1.2.649. Magic Method Returntype Is Restricted

Some magic method have compulsory return types.

The others may use mixed, or a more restrictive one.

See also Magic Methods.

1.2.649.1. Suggestions

  • Use the right return type for the magic method

  • Do not use any return type

1.2.649.2. Specs