fix: add strict typing to ContextChat classes

Signed-off-by: Edward Ly <contact@edward.ly>
pull/53859/head
Edward Ly 10 months ago
parent 48406c31f9
commit 9516d00a3c
No known key found for this signature in database
GPG Key ID: 62EA9B12D5B3AC47
  1. 2
      lib/private/ContextChat/ContentManager.php
  2. 2
      lib/public/ContextChat/ContentItem.php
  3. 2
      lib/public/ContextChat/Events/ContentProviderRegisterEvent.php
  4. 2
      lib/public/ContextChat/IContentManager.php
  5. 2
      lib/public/ContextChat/IContentProvider.php
  6. 2
      lib/public/ContextChat/Type/UpdateAccessOp.php

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

Loading…
Cancel
Save