Skip to content

Commit dfd8b96

Browse files
committed
Production release for Symfony 6 PHP 8
1 parent 92af0b8 commit dfd8b96

File tree

5 files changed

+1
-18
lines changed

5 files changed

+1
-18
lines changed

Annotations/Encrypted.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<?php
2-
/**
3-
* Created by PhpStorm.
4-
* User: Mark Ogilvie
5-
* Date: 21/10/17
6-
* Time: 18:22
7-
*/
82

93
namespace SpecShaper\EncryptBundle\Annotations;
104

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Change Log
22

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

66
### Encyptor Factory
77
- Remove logging and event dispatcher constructors

Event/EncryptEvent.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Symfony\Contracts\EventDispatcher\Event;
66

7-
/**
8-
* EncryptEvent.
9-
*/
107
class EncryptEvent extends Event implements EncryptEventInterface
118
{
129
/**

Event/EncryptEventInterface.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
namespace SpecShaper\EncryptBundle\Event;
44

5-
/**
6-
* EncryptEventInterface.
7-
*/
85
interface EncryptEventInterface
96
{
107
public function getValue(): ?string;

Event/EncryptKeyEvent.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@
44

55
use Symfony\Contracts\EventDispatcher\Event;
66

7-
/**
8-
* EncryptEvent.
9-
*/
107
class EncryptKeyEvent extends Event
118
{
129
/**
1310
* The key to be used instead of the parameter key.
14-
*
15-
* @var string|null
1611
*/
1712
protected ?string $key = null;
1813

0 commit comments

Comments
 (0)