1
0
Fork 0

Merge pull request #2245 from bitExpert/doc/plugins

Added missing semicolon
pull/2246/merge
Jordi Boggiano 2013-09-10 01:18:39 -07:00
commit 460d1764d2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Example:
use Composer\Composer;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface
use Composer\Plugin\PluginInterface;
class TemplateInstallerPlugin implements PluginInterface
{