From 94fc99f8c1f5bdce960713d6b63a108a64d90dfa Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Thu, 15 Oct 2020 04:10:12 -0400 Subject: [PATCH] Fix Psalm type assertions --- src/LocalCACertBuilder.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/LocalCACertBuilder.php b/src/LocalCACertBuilder.php index 121b20c..b74871c 100644 --- a/src/LocalCACertBuilder.php +++ b/src/LocalCACertBuilder.php @@ -1,6 +1,7 @@ getFilePath(), $old->getSha256Sum(), @@ -132,6 +135,9 @@ public function appendCACertFile($path = '') * @return string * * @throws CertaintyException + * @throws EncodingException + * @throws InvalidResponseException + * @throws GuzzleException * @throws \SodiumException */ protected function commitToChronicle($sha256sum, $signature)