Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed May 20, 2021
1 parent 494caf5 commit bf75cd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/DrupalInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ public function activate(Composer $composer, IOInterface $io)
*/
public function deactivate(Composer $composer, IOInterface $io)
{

}

/**
* {@inheritdoc}
*/
public function uninstall(Composer $composer, IOInterface $io)
{

}

/**
Expand Down Expand Up @@ -329,5 +327,4 @@ protected function getPackageFromOperation(OperationInterface $operation)
}
return $package;
}

}

0 comments on commit bf75cd7

Please sign in to comment.