fix: Align doc type with creation

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/39595/head
Joas Schilling 10 months ago
parent 80f79e170d
commit 030e8d8916
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC

@ -27,11 +27,10 @@ namespace Test\Security\CSP;
use OC\Security\CSP\ContentSecurityPolicyManager;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\Security\CSP\AddContentSecurityPolicyEvent;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Test\TestCase;
class ContentSecurityPolicyManagerTest extends TestCase {
/** @var EventDispatcherInterface */
/** @var IEventDispatcher */
private $dispatcher;
/** @var ContentSecurityPolicyManager */

@ -29,11 +29,10 @@ use OC\Security\FeaturePolicy\FeaturePolicyManager;
use OCP\AppFramework\Http\FeaturePolicy;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\Security\FeaturePolicy\AddFeaturePolicyEvent;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Test\TestCase;
class FeaturePolicyManagerTest extends TestCase {
/** @var EventDispatcherInterface */
/** @var IEventDispatcher */
private $dispatcher;
/** @var FeaturePolicyManager */

Loading…
Cancel
Save