Revert "composer reinstall"
This reverts commit d16736132c972e2b5c5029dc4bcea497f2ab2174.
This commit is contained in:
-27
@@ -1,27 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Symfony\Component\Lock;
|
||||
|
||||
use Symfony\Component\Lock\Exception\LockConflictedException;
|
||||
|
||||
/**
|
||||
* @author Hamza Amrouche <hamza.simperfit@gmail.com>
|
||||
*/
|
||||
interface BlockingStoreInterface extends PersistingStoreInterface
|
||||
{
|
||||
/**
|
||||
* Waits until a key becomes free, then stores the resource.
|
||||
*
|
||||
* @throws LockConflictedException
|
||||
*/
|
||||
public function waitAndSave(Key $key);
|
||||
}
|
||||
Reference in New Issue
Block a user