Skip to content

Commit 6cf3243

Browse files
committed
Fix main message
1 parent 078417c commit 6cf3243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extdn/Sniffs/Blocks/DeprecatedParentsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DeprecatedParentsSniff implements Sniff
2222
/**
2323
* @var string
2424
*/
25-
protected $message = 'The ObjectManager should not be injected into the constructor';
25+
protected $message = 'A Block class should not extend from deprecated parents';
2626

2727
/**
2828
* @inheritdoc

0 commit comments

Comments
 (0)