Merge pull request #9922 from bigcat88/fix-continuous_integration_rst

Fixed `unexpected unindent` in `note`.
This commit is contained in:
Alexander Piskun
2023-03-20 14:42:33 +03:00
committed by GitHub

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.