Skip to content

Commit f3f82fc

Browse files
committed
Apply PSR-2 code style.
1 parent 4e1d614 commit f3f82fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Extender.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class Extender implements PluginInterface, EventSubscriberInterface
2828
* @param Composer $composer
2929
* @param IOInterface $io
3030
*/
31-
public function activate(Composer $composer, IOInterface $io) {
31+
public function activate(Composer $composer, IOInterface $io)
32+
{
3233
$this->composer = $composer;
3334
$this->io = $io;
3435
}
@@ -84,4 +85,4 @@ public function processPackages(PackageEvent $event)
8485
$this->io->write('<info>Cache file created at: </info>' . $servicesFile);
8586
}
8687
}
87-
}
88+
}

0 commit comments

Comments
 (0)