@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace WyriHaximus\React\Stream\Hash; |
4 | 4 | |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | { |
28 | 28 | $this->stream = $stream; |
29 | 29 | $this->context = hash_init($hash, $options, $key); |
30 | - $this->stream->on('close', function () { |
|
30 | + $this->stream->on('close', function() { |
|
31 | 31 | $this->emit('hash', [ |
32 | 32 | hash_final($this->context), |
33 | 33 | ]); |