1
0
Fork 0

Added missing semicolon

pull/2245/head
Stephan Hochdörfer 2013-09-09 22:35:21 +02:00
parent 689e3056fa
commit 4acfe1a079
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
{