From 359f30b60163419fe2a452b5f404edced6902f59 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Thu, 28 Jan 2016 12:38:47 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- src/Encrypter.php | 4 ++-- src/Loader.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Encrypter.php b/src/Encrypter.php index f77f8c0a..9c2ed049 100644 --- a/src/Encrypter.php +++ b/src/Encrypter.php @@ -216,8 +216,8 @@ private function computeRecipient(JWEInterface $jwe, KeyEncryptionAlgorithmInter } /** - * @param $current - * @param $new + * @param string $current + * @param string $new * * @return bool */ diff --git a/src/Loader.php b/src/Loader.php index 6c4b3007..77805863 100644 --- a/src/Loader.php +++ b/src/Loader.php @@ -120,7 +120,7 @@ private static function loadSerializedJsonJWE(array $data, $input) } /** - * @param $input + * @param string $input * * @return array */ @@ -192,7 +192,7 @@ private static function fromFlattenedSerializationSignatureToSerialization($inpu } /** - * @param $input + * @param string $input * * @return array */