mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #9922 from bigcat88/fix-continuous_integration_rst
Fixed `unexpected unindent` in `note`.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user