We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fe2b4 commit bca6410Copy full SHA for bca6410
Command/XliffLintCommand.php
@@ -26,7 +26,6 @@
26
*/
27
class XliffLintCommand extends Command
28
{
29
- private $parser;
30
private $format;
31
private $displayCorrectFiles;
32
private $directoryIteratorProvider;
@@ -214,15 +213,6 @@ private function getStdin()
214
213
return $inputs;
215
}
216
217
- private function getParser()
218
- {
219
- if (!$this->parser) {
220
- $this->parser = new Parser();
221
- }
222
-
223
- return $this->parser;
224
225
226
private function getDirectoryIterator($directory)
227
228
$default = function ($directory) {
0 commit comments