Merge pull request #7407 from nextcloud/backport/7404/stable20

[stable20] Fix highlighting (missing php start tag)
This commit is contained in:
Carl Schwan 2021-10-26 21:00:08 +02:00 committed by GitHub
commit 683ff84726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,7 @@ need to support older versions where the new app boostrap flow is not available,
however this method is deprecated and will be removed once Nextcloud 19 is EOL.
.. code-block:: php
<?php
use OCP\Dashboard\RegisterWidgetEvent;
use OCP\EventDispatcher\IEventDispatcher;