@@ -39,7 +39,7 @@ discard block |
||
| 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 |
||
| 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; |