@@ -87,7 +87,7 @@ |
||
| 87 | 87 | ?CsrfStorageInterface $storage = null |
| 88 | 88 | ) { |
| 89 | 89 | $this->config = $config; |
| 90 | - $this->storage = $storage ?? new CsrfNullStorage(); |
|
| 90 | + $this->storage = $storage ?? new CsrfNullStorage(); |
|
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |