Skip to content

Commit 7db2d51

Browse files
authored
Use active voice and remove note about PHPUnit (#6907)
1 parent 6652d83 commit 7db2d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/TypeDeclaration/Rector/ClassMethod/AddParamTypeFromPropertyTypeRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class AddParamTypeFromPropertyTypeRector extends AbstractRector implements
3232
/**
3333
* @var string
3434
*/
35-
private const ERROR_MESSAGE = 'Adds param type declaration based on property type the value is assigned to PHPUnit provider return type declaration';
35+
private const ERROR_MESSAGE = 'Add param type declaration based on property type';
3636

3737
public function __construct(
3838
private readonly PropertyFetchAnalyzer $propertyFetchAnalyzer,

0 commit comments

Comments
 (0)