@@ -52,7 +52,7 @@ |
||
| 52 | 52 | return $this->_cek; |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | - protected function _encryptKey($key, Header &$header) { |
|
| 55 | + protected function _encryptKey($key, Header&$header) { |
|
| 56 | 56 | if ($key != $this->_cek) { |
| 57 | 57 | throw new \LogicException("Content encryption key doesn't match."); |
| 58 | 58 | } |