Problem/Motivation
\Drupal\Component\ProxyBuilder\ProxyBuilder::build
creates an @see \Drupal\Component\ProxyBuilder
in the proxy class PHPDoc.
This is incorrect and should be @see \Drupal\Component\ProxyBuilder\ProxyBuilder
Steps to reproduce
Proposed resolution
- Change @see link to correct namespace
- Rebuild all proxy classes.