Skip to content

Commit

Permalink
Fix too-long-line
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Feb 3, 2021
1 parent 05d2238 commit 7f247b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Processor/FromProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@

final class FromProcessor
{
public static function process(\Vimeo\MysqlEngine\FakePdoInterface $conn, Scope $scope, FromClause $stmt) : QueryResult
{
public static function process(
\Vimeo\MysqlEngine\FakePdoInterface $conn,
Scope $scope,
FromClause $stmt
) : QueryResult {
$is_first_table = true;
$left_column_list = [];

Expand Down

0 comments on commit 7f247b2

Please sign in to comment.