fix(lint): Fix php-cs-fixer issues detected

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-01-13 20:01:06 +01:00
Родитель 49eec72053
Коммит 7eb638275c
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -10,7 +10,6 @@ use OCP\Migration\SimpleMigrationStep;
use OCP\Migration\IOutput;
class Version000000Date20181013124731 extends SimpleMigrationStep {
/**
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`

Просмотреть файл

@ -11,7 +11,6 @@ use OCA\NotesTutorial\Db\Note;
use OCA\NotesTutorial\Db\NoteMapper;
class NoteService {
/** @var NoteMapper */
private $mapper;