MDL-60655 tool_httpsreplace: Use appropriate classes for PHPDocs params
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
|
||||
namespace tool_httpsreplace;
|
||||
|
||||
use database_column_info;
|
||||
use progress_bar;
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
@@ -60,7 +63,7 @@ class url_finder {
|
||||
* 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/
|
||||
|
||||
Reference in New Issue
Block a user