Fixed unexpected unindent in note.

This commit is contained in:
Alexander Piskun
2023-03-20 14:36:32 +03:00
parent 24a0456d24
commit 33e04e01fe

View File

@@ -99,9 +99,9 @@ Afterwards you'll be able to check the app with the following ``psalm.xml`` that
</issueHandlers>
</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.
.. 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.