Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs'
Browse files Browse the repository at this point in the history
Fixes failing php-cs-fixer notices.
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Encrypt/OpensslTest.php
Expand Up @@ -303,4 +303,4 @@ public function testEncryptionWithDecryptionAndCompressionWithPackagedKeys()
$input = $filter->decrypt($output);
$this->assertEquals('teststring', trim($input));
}
}
}

0 comments on commit 8c773ad

Please sign in to comment.