phpcap
phpcap copied to clipboard
PHP API for REDCap.
Results
2
phpcap issues
Sort by
recently updated
recently updated
newest added
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...
The PHPDoc for setConnectionTimeoutInSeconds() in RedCapApiConnectionInterface has the return type as integer. Setters usually return void.