CLEANUP: Code Style Issues

This commit is contained in:
Daniel Siepmann 2016-12-15 11:41:45 +01:00
parent 499b9d0500
commit 1486799a02
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ class Elasticsearch implements Singleton, ConnectionInterface
{
$this->withType(
$documentType,
function ($type) use($identifier) {
function ($type) use ($identifier) {
$type->deleteById($identifier);
}
);