Skip to content

Commit

Permalink
- Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Feb 14, 2020
1 parent d59b04d commit 2a7cc79
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/IPub/DoctrineConsistence/DI/DoctrineConsistenceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ public function getConfigSchema() : Schema\Schema
]);
}

/**
* @var array
*/
private $defaults = [
'types' => [
'boolean' => TRUE,
'float' => TRUE,
'integer' => TRUE,
'string' => TRUE,
],
'subscriber' => [
'enabled' => TRUE,
'tag' => 'nettrine.subscriber',
],
];

/**
* @return void
*/
Expand Down

0 comments on commit 2a7cc79

Please sign in to comment.