phpcap
phpcap copied to clipboard
Return type typo in RedCapProject::exportInstrumentEventMappings()
The return type for exportInstrumentEventMappings() is listed as 'arrray', three 'r's.
While generally not a big deal, this does cause a problem for static analysis tools like PHPStan which complains with: "... expects array, UI\PHPCap\arrray given"