Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit edc34ed

Browse files
committed
Add parameter to interface
I am a bit confuse why PHP did not complain
1 parent 10e4607 commit edc34ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TermStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function install( MessageReporter $reporter = null );
1313
/**
1414
* CAUTION! This removes all data!
1515
*/
16-
public function uninstall();
16+
public function uninstall( MessageReporter $reporter = null );
1717

1818
public function newPropertyTermStore(): PropertyTermStore;
1919

0 commit comments

Comments
 (0)