diff --git a/my/tests/behat/restrict_available_blocks.feature b/my/tests/behat/restrict_available_blocks.feature index e3f01450f84..5cef51bf259 100644 --- a/my/tests/behat/restrict_available_blocks.feature +++ b/my/tests/behat/restrict_available_blocks.feature @@ -26,7 +26,7 @@ Feature: Restrict which blocks can be added to Dashboard And the "Add a block" select box should contain "Tags" @javascript - Scenario: Remove the ability to add the comments block to Dashboard + Scenario: Remove the ability to add the comments block to Dashboard When I log in as "admin" And I set the following system permissions of "Authenticated user" role: | block/comments:myaddinstance | Prohibit | diff --git a/user/classes/output/myprofile/tree.php b/user/classes/output/myprofile/tree.php index cb3d2ba1386..e9c96ef8deb 100644 --- a/user/classes/output/myprofile/tree.php +++ b/user/classes/output/myprofile/tree.php @@ -121,7 +121,7 @@ class tree implements \renderable { /** * Find all category nodes that should be displayed after a given a category node. - * + * * @param category $category category object * * @return category[] array of category objects