Skip to content

Commit bca6410

Browse files
committed
[master] Fix issues reported by static analyse
1 parent 79fe2b4 commit bca6410

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Command/XliffLintCommand.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*/
2727
class XliffLintCommand extends Command
2828
{
29-
private $parser;
3029
private $format;
3130
private $displayCorrectFiles;
3231
private $directoryIteratorProvider;
@@ -214,15 +213,6 @@ private function getStdin()
214213
return $inputs;
215214
}
216215

217-
private function getParser()
218-
{
219-
if (!$this->parser) {
220-
$this->parser = new Parser();
221-
}
222-
223-
return $this->parser;
224-
}
225-
226216
private function getDirectoryIterator($directory)
227217
{
228218
$default = function ($directory) {

0 commit comments

Comments
 (0)