Skip to content

Commit

Permalink
fix(developer): Add note about PSR logger version and DI
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Sep 19, 2024
1 parent e90f78c commit 3e7ea30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions developer_manual/basics/dependency_injection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ Types:
* ``\OCP\IUserManager``
* ``\OCP\IUserSession``
* ``\Psr\Container\ContainerInterface``
* ``\Psr\Log\LoggerInterface``

How to enable it
^^^^^^^^^^^^^^^^
Expand Down
2 changes: 2 additions & 0 deletions developer_manual/digging_deeper/psr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The dependency injection container can inject an instance of a ``\Psr\Log\Logger
Nextcloud ships version 1.1.3
.. versionchanged:: 23
Nextcloud ships version 1.1.4
.. versionchanged:: 30
Nextcloud ships version 2.0.0

.. _psr4:

Expand Down

0 comments on commit 3e7ea30

Please sign in to comment.