Skip to content

Commit

Permalink
Add type declaration to MigrationCollector::reset() (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander M. Turek <me@derrabus.de>
Co-authored-by: Antoine Makdessi <amakdessi@me.com>
  • Loading branch information
3 people committed Mar 23, 2023
1 parent 9432bc3 commit 197dcc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Collector/MigrationsCollector.php
Expand Up @@ -82,6 +82,9 @@ public function getData()
return $this->data;
}

/**
* @return void
*/
public function reset()
{
$this->data = [];
Expand Down

0 comments on commit 197dcc3

Please sign in to comment.