@@ -500,7 +500,7 @@ abstract class Sniff implements PHPCS_Sniff {
500500 * @since 0.3.0
501501 * @since 0.11.0 Changed visibility from public to protected.
502502 * @since 0.12.0 Renamed from `$globals` to `$wp_globals` to be more descriptive.
503- * @since 0.12.0 Moved from WordPress_Sniffs_Variables_GlobalVariablesSniff to WordPress_Sniff
503+ * @since 0.12.0 Moved here from the WordPress.Variables.GlobalVariables sniff.
504504 *
505505 * @var array
506506 */
@@ -955,7 +955,7 @@ protected function string_to_errorcode( $base_string ) {
955955 * before merging/returning to allow for resetting to the base array.
956956 *
957957 * {@internal Function is static as it doesn't use any of the properties or others
958- * methods anyway and this way the `WordPress_Sniffs_NamingConventions_ValidVariableNameSniff`
958+ * methods anyway and this way the `WordPress.NamingConventions.ValidVariableName` sniff
959959 * which extends an upstream sniff can also use it.}}
960960 *
961961 * @since 0.11.0
@@ -2196,7 +2196,7 @@ protected function find_array_open_close( $stackPtr ) {
21962196 * Determine the namespace name an arbitrary token lives in.
21972197 *
21982198 * @since 0.10.0
2199- * @since 0.12.0 Moved from the WordPress_AbstractClassRestrictionsSniff to this sniff .
2199+ * @since 0.12.0 Moved from the `AbstractClassRestrictionsSniff` to this class .
22002200 *
22012201 * @param int $stackPtr The token position for which to determine the namespace.
22022202 *
@@ -2262,7 +2262,7 @@ public function determine_namespace( $stackPtr ) {
22622262 * i.e. MyProject\Sub\Level which will be returned together as one string.
22632263 *
22642264 * @since 0.12.0 A lesser variant of this method previously existed in the
2265- * WordPress_AbstractClassRestrictionsSniff .
2265+ * `AbstractClassRestrictionsSniff` class .
22662266 *
22672267 * @param int|bool $stackPtr The position of a T_NAMESPACE token.
22682268 *
0 commit comments