This commit is contained in:
Gabriel Caruso 2018-02-01 03:46:23 -02:00 committed by GitHub
parent 8dadff2ece
commit 566bb57428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ use Symfony\Component\Lock\StoreInterface;
abstract class AbstractStoreTest extends TestCase abstract class AbstractStoreTest extends TestCase
{ {
/** /**
* @return StoreInterface; * @return StoreInterface
*/ */
abstract protected function getStore(); abstract protected function getStore();