1
0
Fork 0

Add comment

pull/3095/head
Jordi Boggiano 2014-07-25 14:39:05 +02:00
parent 4ebc5c9a08
commit 6f80b26c32
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ class Locker
{
$lockData = $this->getLockData();
// return null if not set to allow caller logic to choose the
// right behavior since old lock files have no prefer-stable
return isset($lockData['prefer-stable']) ? $lockData['prefer-stable'] : null;
}