Skip to content

Commit

Permalink
Fix deprecations from Symfony debug (bamarni#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Feb 16, 2022
1 parent 9329fb0 commit f7fb03e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
class Plugin implements PluginInterface, Capable
{
/**
* {@inheritDoc}
* @return void
*/
public function activate(Composer $composer, IOInterface $io)
{
}

/**
* {@inheritDoc}
* @return array
*/
public function getCapabilities()
{
Expand All @@ -27,14 +27,14 @@ public function getCapabilities()
}

/**
* {@inheritDoc}
* @return void
*/
public function deactivate(Composer $composer, IOInterface $io)
{
}

/**
* {@inheritDoc}
* @return void
*/
public function uninstall(Composer $composer, IOInterface $io)
{
Expand Down

0 comments on commit f7fb03e

Please sign in to comment.