Passed
Push — master ( cc4828...00e84f )
by Igor
10:05
created

src/Query/Degeneration.php (1 issue)

1
<?php
2
namespace ClickHouseDB\Query;
3
4
interface Degeneration
5
{
6
    public function process($sql);
0 ignored issues
show
Expected 1 blank line after function; 0 found
Loading history...
7
    public function bindParams(array $bindings);
8
}