Skip to content

Commit

Permalink
add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mulder committed Feb 20, 2024
1 parent 8e20370 commit bfc387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/libraries/NDB_Page.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ class NDB_Page extends \LORIS\Http\Endpoint implements RequestHandlerInterface
*
* @return array of strings with URLs to retrieve JS resources
*/
function getAllJSDependencies()
function getAllJSDependencies(): array
{
$factory = NDB_Factory::singleton();
$baseURL = $factory->settings()->getBaseURL();
Expand Down

0 comments on commit bfc387e

Please sign in to comment.