Skip to content

Commit

Permalink
Make it Symfony 3.4 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Nov 7, 2017
1 parent eb977f7 commit 3629574
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ fix:

test:
bin/phpspec run -fpretty
bin/php-cs-fixer --diff --dry-run -v fix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ public function getDictionaries()
return $this->data;
}

/**
* {@inheritdoc}
*/
public function reset()
{
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 3629574

Please sign in to comment.