diff --git a/src/Illuminate/Cache/ApcStore.php b/src/Illuminate/Cache/ApcStore.php index 5e6189361a7f..99bf2ed38b0b 100755 --- a/src/Illuminate/Cache/ApcStore.php +++ b/src/Illuminate/Cache/ApcStore.php @@ -36,7 +36,7 @@ public function __construct(ApcWrapper $apc, $prefix = '') * Retrieve an item from the cache by key. * * @param string $key - * @return mixed|null + * @return mixed */ public function get($key) { diff --git a/src/Illuminate/Cache/ApcWrapper.php b/src/Illuminate/Cache/ApcWrapper.php index d7593c90a172..b1e460ba40a1 100755 --- a/src/Illuminate/Cache/ApcWrapper.php +++ b/src/Illuminate/Cache/ApcWrapper.php @@ -8,7 +8,7 @@ class ApcWrapper * Get an item from the cache. * * @param string $key - * @return mixed|null + * @return mixed */ public function get($key) {