diff --git a/src/CodeSniffer/Tokenizers/FQObjectIdentifier.php b/src/CodeSniffer/Tokenizers/FQObjectIdentifier.php index 6ebe8f9..90a9833 100644 --- a/src/CodeSniffer/Tokenizers/FQObjectIdentifier.php +++ b/src/CodeSniffer/Tokenizers/FQObjectIdentifier.php @@ -91,7 +91,6 @@ class FQObjectIdentifier public function handleClosingBrace() { --$this->depth; - $this->syncPath(); } /**