Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Rancoud\Security;

/**
* Class Security.
*/
class Security
{
/**
Expand Down
3 changes: 0 additions & 3 deletions src/SecurityException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@

namespace Rancoud\Security;

/**
* Class SecurityException.
*/
class SecurityException extends \Exception {}
6 changes: 1 addition & 5 deletions tests/SecurityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
use Rancoud\Security\Security;
use Rancoud\Security\SecurityException;

/**
* Class SecurityTest.
*
* @internal
*/
/** @internal */
class SecurityTest extends TestCase
{
public static function provideEscHTMLDataCases(): iterable
Expand Down