Closed mrunkel closed 1 year ago
It looks like the attribute #[\ReturnTypeWillChange] doesn't supress this message.
#[\ReturnTypeWillChange]
I went ahead and added the appropriate return types, and the message is removed.
PR coming in a few minutes.
fixed by #507
It looks like the attribute
#[\ReturnTypeWillChange]
doesn't supress this message.I went ahead and added the appropriate return types, and the message is removed.
PR coming in a few minutes.