X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpoolcounter%2FPoolCounter.php;h=e77ffd7cd6cb548c7973b91cbfd34cf27a28dbc9;hb=cd33a4c000955bd34450619ef75cb15fe1b25db6;hp=f8d48cc7079e09877a566f60ed02f2ab42d5439e;hpb=5cb425a62b6eba0161702fe49568d137d7b91c91;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/poolcounter/PoolCounter.php b/includes/poolcounter/PoolCounter.php index f8d48cc707..e77ffd7cd6 100644 --- a/includes/poolcounter/PoolCounter.php +++ b/includes/poolcounter/PoolCounter.php @@ -132,7 +132,7 @@ abstract class PoolCounter { * Lets another one grab the lock, and returns the workers * waiting on acquireForAnyone() * - * @return Status value is one of Released/NotLocked/Error + * @return Status Value is one of Released/NotLocked/Error */ abstract public function release(); @@ -143,7 +143,7 @@ abstract class PoolCounter { * the same key can acquire a lock. * * @param string $key PoolCounter instance key (any string) - * @param int $slots the number of slots (max allowed value is 65536) + * @param int $slots The number of slots (max allowed value is 65536) * @return int */ protected function hashKeyIntoSlots( $key, $slots ) {