Skip to content

Commit

Permalink
fix: Align doc type with creation
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 27, 2023
1 parent 2be9513 commit e739f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/lib/Security/CSP/ContentSecurityPolicyManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
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 */
Expand Down

0 comments on commit e739f83

Please sign in to comment.