Skip to content

Commit

Permalink
Production release for Symfony 6 PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mogilvie committed Apr 4, 2022
1 parent 92af0b8 commit dfd8b96
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
6 changes: 0 additions & 6 deletions Annotations/Encrypted.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: Mark Ogilvie
* Date: 21/10/17
* Time: 18:22
*/

namespace SpecShaper\EncryptBundle\Annotations;

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Change Log

## 3.0.1 (2022-03-13) Symfony 6 and PHP 8
Major backward compatibality breaking change to Symfony 6 and PHP 8.
Major backward compatibility breaking change to Symfony 6 and PHP 8.

### Encyptor Factory
- Remove logging and event dispatcher constructors
Expand Down
3 changes: 0 additions & 3 deletions Event/EncryptEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

use Symfony\Contracts\EventDispatcher\Event;

/**
* EncryptEvent.
*/
class EncryptEvent extends Event implements EncryptEventInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Event/EncryptEventInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace SpecShaper\EncryptBundle\Event;

/**
* EncryptEventInterface.
*/
interface EncryptEventInterface
{
public function getValue(): ?string;
Expand Down
5 changes: 0 additions & 5 deletions Event/EncryptKeyEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@

use Symfony\Contracts\EventDispatcher\Event;

/**
* EncryptEvent.
*/
class EncryptKeyEvent extends Event
{
/**
* The key to be used instead of the parameter key.
*
* @var string|null
*/
protected ?string $key = null;

Expand Down

0 comments on commit dfd8b96

Please sign in to comment.