Skip to content

Commit

Permalink
CONTRIB-6263 - Fixed: Declaration of block_mhaairs_generator::create_…
Browse files Browse the repository at this point in the history
…instance() incompatible with parent (3.1 onward)
  • Loading branch information
itamart committed Nov 6, 2016
1 parent 9938c11 commit 9af0dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generator/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class block_mhaairs_generator extends testing_block_generator {
* @param array $options
* @return stdClass activity record with extra cmid field
*/
public function create_instance($record = null, array $options = null) {
public function create_instance($record = null, $options = null) {
global $DB;

$this->instancecount++;
Expand Down

0 comments on commit 9af0dd1

Please sign in to comment.