mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
chore(dev-manual): Remove opening tags from php snippets
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user