TASK: Remove unnecessary method call

This commit is contained in:
Daniel Siepmann 2017-05-02 10:54:22 +02:00
parent 31d66c17d0
commit 3126004854
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -91,7 +91,6 @@ class FQObjectIdentifier
public function handleClosingBrace()
{
--$this->depth;
$this->syncPath();
}
/**