Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2022-11-19 12:17:54 +01:00
parent 6a57a3eed1
commit f5d31fa680
25 changed files with 0 additions and 25 deletions

View File

@ -18,7 +18,6 @@ use OCP\IUserManager;
use OCP\L10N\IFactory;
class Provider implements IProvider {
/**
* @var IFactory
*/

View File

@ -11,7 +11,6 @@ use OCP\Activity\ISetting;
use OCP\IL10N;
class Setting implements ISetting {
/** @var IL10N */
protected $l;

View File

@ -18,7 +18,6 @@ use OCA\Bookmarks\Service\CrawlService;
use OCP\IConfig;
class IndividualCrawlJob extends Job {
/**
* @var BookmarkMapper
*/

View File

@ -13,7 +13,6 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class ClearPreviews extends Command {
/**
* @var FileCache
*/

View File

@ -20,7 +20,6 @@ use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\Http\JSONResponse;
class InternalBookmarkController extends ApiController {
/**
* @var BookmarkController
*/

View File

@ -16,7 +16,6 @@ use OCP\IL10N;
use OCP\IRequest;
class SettingsController extends ApiController {
/** @var IConfig */
private $config;

View File

@ -28,7 +28,6 @@ use OCP\IURLGenerator;
use OCP\IUserManager;
class WebViewController extends Controller {
/** @var string */
private $userId;

View File

@ -33,7 +33,6 @@ use function call_user_func;
* @package OCA\Bookmarks\Db
*/
class BookmarkMapper extends QBMapper {
/** @var IConfig */
private $config;

View File

@ -20,7 +20,6 @@ use OCP\IDBConnection;
* @package OCA\Bookmarks\Db
*/
class FolderMapper extends QBMapper {
/**
* @var BookmarkMapper
*/

View File

@ -21,7 +21,6 @@ use RangeException;
* @package OCA\Bookmarks\Db
*/
class PublicFolderMapper extends QBMapper {
/**
* @var IDBConnection
*/

View File

@ -19,7 +19,6 @@ use OCP\IDBConnection;
* @package OCA\Bookmarks\Db
*/
class ShareMapper extends QBMapper {
/**
* @var IDBConnection
*/

View File

@ -21,7 +21,6 @@ use OCP\IDBConnection;
* @package OCA\Bookmarks\Db
*/
class SharedFolderMapper extends QBMapper {
/**
* @var IDBConnection
*/

View File

@ -17,7 +17,6 @@ use PDO;
* @package OCA\Bookmarks\Db
*/
class TagMapper {
/**
* @var IDBConnection
*/

View File

@ -10,7 +10,6 @@ namespace OCA\Bookmarks\Events;
use OCP\EventDispatcher\Event;
abstract class ChangeEvent extends Event {
/**
* @var string
*/

View File

@ -90,7 +90,6 @@ class GroupSharesUpdateRepairStep implements IRepairStep {
$groupShares = $qb->execute();
while ($groupShare = $groupShares->fetch()) {
// find users in share
$qb = $this->db->getQueryBuilder();
$qb->select('sf.user_id')

View File

@ -18,7 +18,6 @@ use OCP\Search\ISearchQuery;
use OCP\Search\SearchResult;
class Provider implements IProvider {
/**
* @var IL10N
*/

View File

@ -17,7 +17,6 @@ use OCP\IConfig;
use OCP\IL10N;
class BackupManager {
/**
* @var string
*/

View File

@ -22,7 +22,6 @@ use OCP\Util;
* @package OCA\Bookmarks\Service
*/
class HtmlExporter {
/**
* @var BookmarkMapper
*/

View File

@ -29,7 +29,6 @@ use OCP\AppFramework\Db\MultipleObjectsReturnedException;
* @package OCA\Bookmarks\Service
*/
class HtmlImporter {
/**
* @var BookmarkMapper
*/

View File

@ -12,7 +12,6 @@ use OCP\IURLGenerator;
use OCP\Settings\IIconSection;
class AdminSection implements IIconSection {
/** @var IL10N */
private $l;

View File

@ -12,7 +12,6 @@ use OCP\AppFramework\Db\MultipleObjectsReturnedException;
use OCP\AppFramework\Utility\ITimeFactory;
class BackupManagerTest extends TestCase {
/**
* @var BookmarkService
*/

View File

@ -14,7 +14,6 @@ use OCP\AppFramework\Db\MultipleObjectsReturnedException;
use OCP\IUserManager;
class BookmarkMapperTest extends TestCase {
/**
* @var mixed|Db\BookmarkMapper
*/

View File

@ -11,7 +11,6 @@ use OCP\AppFramework\Db\MultipleObjectsReturnedException;
use OCP\AppFramework\QueryException;
class FindTest extends TestCase {
/**
* @var Db\BookmarkMapper
*/

View File

@ -19,7 +19,6 @@ use OCP\IUserManager;
use OCP\Migration\IOutput;
class OrphanedTreeItemsRepairStepTest extends TestCase {
/**
* @var Db\BookmarkMapper
*/

View File

@ -10,7 +10,6 @@ use OCP\AppFramework\QueryException;
use OCP\IUserManager;
class PublicFolderTest extends TestCase {
/**
* @var Db\FolderMapper
*/