Skip to content

Commit

Permalink
Fix "@param $…" missing the type
Browse files Browse the repository at this point in the history
Change-Id: If4931585cf32ea6c7604f7db3812522728aebdfb
  • Loading branch information
thiemowmde committed Jun 20, 2018
1 parent 8574440 commit 72f4c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/ResultsCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function makeKey( EntityId $entityId ) {
* @param EntityId $key
* @param mixed &$curTTL
* @param array $checkKeys
* @param float &$asOf
* @param float &$asOf UNIX timestamp of cached value; null on failure [returned]
* @return mixed
*/
public function get( EntityId $key, &$curTTL = null, array $checkKeys = [], &$asOf = null ) {
Expand All @@ -67,7 +67,7 @@ public function get( EntityId $key, &$curTTL = null, array $checkKeys = [], &$as

/**
* @param EntityId $key
* @param $value
* @param mixed $value
* @param int $ttl
* @param array $opts
* @return bool
Expand Down

0 comments on commit 72f4c7a

Please sign in to comment.