Kaynağa Gözat

Adding some basic PHPDoc

Ryan Weaver 13 yıl önce
ebeveyn
işleme
96b51c59d8
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      src/Composer/Compiler.php

+ 6 - 0
src/Composer/Compiler.php

@@ -24,6 +24,12 @@ class Compiler
 {
     protected $version;
 
+    /**
+     * Compiles composer into a single phar file
+     *
+     * @throws \RuntimeException
+     * @param string $pharFile The full path to the file to create
+     */
     public function compile($pharFile = 'composer.phar')
     {
         if (file_exists($pharFile)) {