Skip to content

Commit 197dcc3

Browse files
asuri0nderrabus94noni
authored
Add type declaration to MigrationCollector::reset() (#491)
Co-authored-by: Alexander M. Turek <[email protected]> Co-authored-by: Antoine Makdessi <[email protected]>
1 parent 9432bc3 commit 197dcc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Collector/MigrationsCollector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ public function getData()
8282
return $this->data;
8383
}
8484

85+
/**
86+
* @return void
87+
*/
8588
public function reset()
8689
{
8790
$this->data = [];

0 commit comments

Comments
 (0)