mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
[tests] Start improving test suite.
- Make use of more typehints for function parameters - Make use of typehints for function return values - Use @var where needed to give proper hints to IDEs and avoid warnings - Replace MockObject::setMethods() with addMethods() and onlyMethods() - Rewording of some phpdocs
This commit is contained in:
@@ -21,7 +21,7 @@ class ErrorResponseTest extends PredisTestCase
|
||||
/**
|
||||
* @group disconnected
|
||||
*/
|
||||
public function testOk()
|
||||
public function testOk(): void
|
||||
{
|
||||
$message = 'ERR Operation against a key holding the wrong kind of value';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user