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 21, 2024
1 parent ed82c68 commit d570d4b
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 d570d4b

Please sign in to comment.