Sfoglia il codice sorgente

Added missing semicolon

Stephan Hochdörfer 11 anni fa
parent
commit
4acfe1a079
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      doc/articles/plugins.md

+ 1 - 1
doc/articles/plugins.md

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