Version: 3.2.0
Bug Description
New return type "never" of magic __set is too strict. It forces to throw an exception and disables the possibility to inherit \Nette\Database\Table\ActiveRow.
Steps To Reproduce
Inherit class \Nette\Database\Table\ActiveRow and override __set method.
Expected Behavior
Return standard type "void" and throw same exception. Do not force the exception with "never" return type.