From 33e04e01fe5b80f87a9a81c16d4da754ec9c94b6 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Mon, 20 Mar 2023 14:36:32 +0300 Subject: [PATCH] Fixed `unexpected unindent` in note. --- developer_manual/digging_deeper/continuous_integration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/digging_deeper/continuous_integration.rst b/developer_manual/digging_deeper/continuous_integration.rst index 8ac113d02..77c1e4e13 100644 --- a/developer_manual/digging_deeper/continuous_integration.rst +++ b/developer_manual/digging_deeper/continuous_integration.rst @@ -99,9 +99,9 @@ Afterwards you'll be able to check the app with the following ``psalm.xml`` that -.. Note:: The definition suppresses usages of the global and static class ``OC`` like ``\OC::$server``, which is -discouraged but still found in some apps. The doctrine suppression is currently necessary as the database mappers and -schema abstractions leak some of the 3rd party libraries of Nextcloud that are not known to Psalm. +.. note:: The definition suppresses usages of the global and static class ``OC`` like ``\OC::$server``, which is + discouraged but still found in some apps. The doctrine suppression is currently necessary as the database mappers + and schema abstractions leak some of the 3rd party libraries of Nextcloud that are not known to Psalm. You can put this process into a GitHub Action that is run for every pull request.