Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 9, 2019
1 parent dc727fd commit cc5bff7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Dynamic Search Bundle allows you to redefine your search strategy. It's base

```json
"require" : {
"dachcom-digital/dynamic-search" : "~0.4.0"
"dachcom-digital/dynamic-search" : "~0.5.0"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,4 @@ protected function getOutputChannelConfig(string $contextName, string $outputCha

return $contextConfig[$contextName]['output_channels'][$outputChannelName];
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public function getConfigTreeBuilder()
->beforeNormalization()
->always()
->then(function ($values) {

if ($values['use_frontend_controller'] !== true) {
return $values;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ protected function processDocumentDataTransformerField(
}

if ($fieldType === 'pre_process_definition') {

$documentDefinition->setCurrentLevel($fieldDefinitionOptions['level']);

call_user_func($fieldDefinitionOptions['closure'], $documentDefinition, $transformedData);
Expand Down

0 comments on commit cc5bff7

Please sign in to comment.