From 33368fb6d5477c25e4136f7209043fb07b37ce2d Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 23 Oct 2018 10:53:57 +0800 Subject: [PATCH] MDL-63664 tool_policy: Whitespace fix --- admin/tool/policy/tests/privacy_provider_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/policy/tests/privacy_provider_test.php b/admin/tool/policy/tests/privacy_provider_test.php index 3e2b146f67d..c771cde1bdd 100644 --- a/admin/tool/policy/tests/privacy_provider_test.php +++ b/admin/tool/policy/tests/privacy_provider_test.php @@ -45,7 +45,7 @@ class tool_policy_privacy_provider_testcase extends \core_privacy\tests\provider /** @var stdClass The manager user object. */ protected $manager; -/** @var context_system The system context instance. */ + /** @var context_system The system context instance. */ protected $syscontext; /**