Enable phpdoc_add_missing_param_annotation rule in php-cs-fixer config. (#14681) [skip ci]

This commit is contained in:
Robert Korulczyk
2017-08-21 00:57:23 +02:00
committed by Alexander Makarov
parent b7079d31df
commit 0c0942d6e2
51 changed files with 290 additions and 21 deletions

View File

@@ -141,6 +141,9 @@ class RequestTest extends TestCase
/**
* @dataProvider provider
* @param array $params
* @param array $expected
* @param array|null $expectedException
*/
public function testResolve($params, $expected, $expectedException = null)
{