Skip to content

Commit c0216a5

Browse files
authored
style: fix sniff name (#309)
1 parent a25dcd9 commit c0216a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Format/Null_.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use SimPod\ClickHouseClient\Output\Output;
88

9-
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
9+
// phpcs:disable Squiz.Classes.ValidClassName.NotPascalCase
1010

1111
/**
1212
* @template T

src/Output/Null_.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace SimPod\ClickHouseClient\Output;
66

7-
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
7+
// phpcs:disable Squiz.Classes.ValidClassName.NotPascalCase
88

99
/**
1010
* @phpstan-immutable

0 commit comments

Comments
 (0)