Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit7968561

Browse files
committed
Operator optimisation
1 parent4475757 commit7968561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Encrypt/BlockCipher.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function setEncryption($options)
118118
thrownewException\InvalidArgumentException('Invalid options argument provided to filter');
119119
}
120120

121-
$options=$options +$this->encryption;
121+
$options+=$this->encryption;
122122

123123
if (isset($options['key'])) {
124124
$this->blockCipher->setKey($options['key']);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp