From b1b0b9177342cf8a0f4715223cb1a3e7fe5492da Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 1 Nov 2022 11:38:50 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Internal/PCI.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Internal/PCI.php b/src/Internal/PCI.php index ceb3184..a8e3d70 100644 --- a/src/Internal/PCI.php +++ b/src/Internal/PCI.php @@ -10,7 +10,7 @@ /** * Property-Cache interface. - * + * * @internal */ class PCI implements \ArrayAccess @@ -101,7 +101,7 @@ public function offsetSet($offset, $value) /** * @throws InvalidKeyException - */ + */ public function offsetUnset($offset) { $this->cache->remove($offset);