chore(dev-manual): Remove opening tags from php snippets

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-01-17 18:15:19 +01:00
parent e0992eade3
commit 7175695369
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

View File

@ -22,7 +22,6 @@ new dependencies in your constructor or methods but pass them in. So this:
.. code-block:: php
<?php
use OCP\IDBConnection;
// without dependency injection
@ -38,8 +37,6 @@ would turn into this by using Dependency Injection:
.. code-block:: php
<?php
use OCP\IDBConnection;
// with dependency injection