Skip to content

Commit 7f247b2

Browse files
committed
Fix too-long-line
1 parent 05d2238 commit 7f247b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Processor/FromProcessor.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66

77
final class FromProcessor
88
{
9-
public static function process(\Vimeo\MysqlEngine\FakePdoInterface $conn, Scope $scope, FromClause $stmt) : QueryResult
10-
{
9+
public static function process(
10+
\Vimeo\MysqlEngine\FakePdoInterface $conn,
11+
Scope $scope,
12+
FromClause $stmt
13+
) : QueryResult {
1114
$is_first_table = true;
1215
$left_column_list = [];
1316

0 commit comments

Comments
 (0)