From 74adacb801580ef58b8b40d286aa2d129df5c971 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 May 2023 10:35:06 +0000 Subject: [PATCH] Docs: Improve Style Engine file and class headers per the documentation standards. Follow-up to [54156], [55719]. See #57840. git-svn-id: https://develop.svn.wordpress.org/trunk@55733 602fd350-edb4-49c9-b593-d223f7449a82 --- .../class-wp-style-engine-css-declarations.php | 10 ++++------ .../style-engine/class-wp-style-engine-css-rule.php | 8 +++----- .../class-wp-style-engine-css-rules-store.php | 8 +++----- .../style-engine/class-wp-style-engine-processor.php | 8 ++------ src/wp-includes/style-engine/class-wp-style-engine.php | 6 ++---- 5 files changed, 14 insertions(+), 26 deletions(-) diff --git a/src/wp-includes/style-engine/class-wp-style-engine-css-declarations.php b/src/wp-includes/style-engine/class-wp-style-engine-css-declarations.php index 7352f10219..c8bbeb0dd6 100644 --- a/src/wp-includes/style-engine/class-wp-style-engine-css-declarations.php +++ b/src/wp-includes/style-engine/class-wp-style-engine-css-declarations.php @@ -1,18 +1,16 @@