mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #9906 from nextcloud/devel/update-psr-container
docs(devel): Add note about updated PSR-11 dependency
This commit is contained in:
@@ -45,6 +45,11 @@ PSR-11: Container Interface
|
||||
|
||||
The dependency injection container follows the `PSR-11`_ container interface, so you may type-hint ``\Psr\Container\ContainerInterface`` whenever you want an instance of a container and use ``has($id)`` to check for existence and ``get($id)`` to retrieve an instance of a service. See the :ref:`dependency injection docs <dependency-injection>` for details.
|
||||
|
||||
.. versionchanged:: 22
|
||||
Nextcloud ships version 1.1.1
|
||||
.. versionchanged:: 27
|
||||
Nextcloud ships version 2.0.2
|
||||
|
||||
.. _psr20:
|
||||
|
||||
PSR-20: Clock
|
||||
|
||||
Reference in New Issue
Block a user