MDL-63664 tool_policy: Whitespace fix
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 23 Oct 2018 02:53:57 +0000 (10:53 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 23 Oct 2018 02:54:15 +0000 (10:54 +0800)
admin/tool/policy/tests/privacy_provider_test.php

index 3e2b146..c771cde 100644 (file)
@@ -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;
 
     /**