We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f129f1 commit d1d7183Copy full SHA for d1d7183
Yii2/Sniffs/PrivatePropertiesUnderscoreSniff.php renamed to Yii2/Sniffs/Properties/PrivatePropertiesUnderscoreSniff.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-class Yii2_Sniffs_PrivatePropertiesUnderscoreSniff implements PHP_CodeSniffer_Sniff
+class Yii2_Sniffs_Properties_PrivatePropertiesUnderscoreSniff implements PHP_CodeSniffer_Sniff
4
{
5
public function register()
6
0 commit comments