File tree Expand file tree Collapse file tree 5 files changed +1
-18
lines changed
Expand file tree Collapse file tree 5 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Created by PhpStorm.
4- * User: Mark Ogilvie
5- * Date: 21/10/17
6- * Time: 18:22
7- */
82
93namespace SpecShaper \EncryptBundle \Annotations ;
104
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55use Symfony \Contracts \EventDispatcher \Event ;
66
7- /**
8- * EncryptEvent.
9- */
107class EncryptEvent extends Event implements EncryptEventInterface
118{
129 /**
Original file line number Diff line number Diff line change 22
33namespace SpecShaper \EncryptBundle \Event ;
44
5- /**
6- * EncryptEventInterface.
7- */
85interface EncryptEventInterface
96{
107 public function getValue (): ?string ;
Original file line number Diff line number Diff line change 44
55use Symfony \Contracts \EventDispatcher \Event ;
66
7- /**
8- * EncryptEvent.
9- */
107class 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
You can’t perform that action at this time.
0 commit comments