Skip to content

Commit d1d7183

Browse files
committed
Added category for custom sniff
1 parent 7f129f1 commit d1d7183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yii2/Sniffs/PrivatePropertiesUnderscoreSniff.php renamed to Yii2/Sniffs/Properties/PrivatePropertiesUnderscoreSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class Yii2_Sniffs_PrivatePropertiesUnderscoreSniff implements PHP_CodeSniffer_Sniff
3+
class Yii2_Sniffs_Properties_PrivatePropertiesUnderscoreSniff implements PHP_CodeSniffer_Sniff
44
{
55
public function register()
66
{

0 commit comments

Comments
 (0)