зеркало из https://github.com/nextcloud/spreed.git
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
52d55b0513
Коммит
1f251b5232
|
@ -2,8 +2,6 @@
|
|||
|
||||
namespace OC\Comments {
|
||||
|
||||
use OCP\IDBConnection;
|
||||
|
||||
class Comment implements \OCP\Comments\IComment {
|
||||
public function __construct(array $data = null) {
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace OC\Comments {
|
||||
|
||||
use OCP\IDBConnection;
|
||||
|
||||
class Manager implements \OCP\Comments\ICommentsManager {
|
||||
|
|
Загрузка…
Ссылка в новой задаче