Skip to content

Commit

Permalink
Removed unused private variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Oct 7, 2020
1 parent 7123c82 commit 6ffb5b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Domain/Tool/Phpcbf/PhpcbfTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
*/
class PhpcbfTask extends TaskBase {

/**
* The standard to use.
*
* @var string
*/
private $standard = PhpcsStandardEnum::DEFAULT;

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 6ffb5b9

Please sign in to comment.