Completed
Pull Request — master (#75)
by Greg
02:15
created
src/CommandData.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * For internal use only; indicates that the function to be called
41 41
      * should be passed an InputInterface &/or an OutputInterface.
42
-     * @param booean $usesInputInterface
42
+     * @param boolean $usesInputInterface
43 43
      * @param boolean $usesOutputInterface
44 44
      * @return self
45 45
      */
@@ -87,6 +87,10 @@  discard block
 block discarded – undo
87 87
 
88 88
     // TODO: This should be a required constructor argument, but
89 89
     // implementing it this way to maintain backwards compatibility.
90
+
91
+    /**
92
+     * @param string $filePath
93
+     */
90 94
     public function setFilePath($filePath)
91 95
     {
92 96
         $this->filePath = $filePath;
Please login to merge, or discard this patch.