From 5063639f9f751941466b00b6038bbbc6db912e1c Mon Sep 17 00:00:00 2001 From: Juliette <663378+jrfnl@users.noreply.github.com> Date: Mon, 25 Mar 2019 02:31:04 +0100 Subject: [PATCH] Docs: add perfunctory class and file docblocks and fix existing (#53) These could do with improvement, but this is a step in the right direction. * Added file and class docblocks where these were missing. * Added minimal tags to the existing file docblock of the main plugin file. --- tests/bootstrap.php | 7 +++++++ tests/test-meta-revisions.php | 12 +++++++++++- wp-post-meta-revisions.php | 10 ++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 199264b..5b11274 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,4 +1,11 @@