Skip to content

Commit

Permalink
MDL-60655 tool_httpsreplace: Use appropriate classes for PHPDocs params
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Nov 1, 2017
1 parent c8e7777 commit 02331dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion admin/tool/httpsreplace/classes/url_finder.php
Expand Up @@ -24,6 +24,9 @@

namespace tool_httpsreplace;

use database_column_info;
use progress_bar;

defined('MOODLE_INTERNAL') || die();

/**
Expand Down Expand Up @@ -60,7 +63,7 @@ public function upgrade_http_links($progress = null) {
* for less straightforward swaps.
*
* @param string $table
* @param string $column
* @param database_column_info $column
* @param string $domain
* @param string $search search string that has prefix, protocol, domain name and one extra character,
* example1: src="http://host.com/
Expand Down

0 comments on commit 02331dc

Please sign in to comment.