Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
61 stars 20 forks source link

CS: don't use FQN in docblocks #245

Closed jrfnl closed 4 years ago

jrfnl commented 4 years ago

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

Don't use FQN in docblocks. Use unqualified names instead.

If the file is namespaced and the docblock comment involves a class from another namespace and no use statement is in place yet, add an import use statement.

Note: PHPUnit @covers tags should still be fully qualified (PHPUnit requirement)

Test instructions

This PR can be tested by following these steps: