mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
Enable phpdoc_add_missing_param_annotation rule in php-cs-fixer config. (#14681) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
b7079d31df
commit
0c0942d6e2
@@ -149,6 +149,9 @@ class StringHelperTest extends TestCase
|
||||
|
||||
/**
|
||||
* @dataProvider providerStartsWith
|
||||
* @param bool $result
|
||||
* @param string $string
|
||||
* @param string|null $with
|
||||
*/
|
||||
public function testStartsWith($result, $string, $with)
|
||||
{
|
||||
@@ -202,6 +205,9 @@ class StringHelperTest extends TestCase
|
||||
|
||||
/**
|
||||
* @dataProvider providerEndsWith
|
||||
* @param bool $result
|
||||
* @param string $string
|
||||
* @param string|null $with
|
||||
*/
|
||||
public function testEndsWith($result, $string, $with)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user