Skip to content

Commit c35cd43

Browse files
committed
Various coding style fixes
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 6f828ee commit c35cd43

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

src/Utils/Query.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -496,17 +496,17 @@ public static function getTables($statement)
496496
/**
497497
* Gets a specific clause.
498498
*
499-
* @param Statement $statement the parsed query that has to be modified
500-
* @param TokensList $list the list of tokens
501-
* @param string $clause the clause to be returned
502-
* @param integer|string $type The type of the search.
503-
* If int,
504-
* -1 for everything that was before
505-
* 0 only for the clause
506-
* 1 for everything after
507-
* If string, the name of the first clause that
508-
* should not be included.
509-
* @param bool $skipFirst whether to skip the first keyword in clause
499+
* @param Statement $statement the parsed query that has to be modified
500+
* @param TokensList $list the list of tokens
501+
* @param string $clause the clause to be returned
502+
* @param int|string $type The type of the search.
503+
* If int,
504+
* -1 for everything that was before
505+
* 0 only for the clause
506+
* 1 for everything after
507+
* If string, the name of the first clause that
508+
* should not be included.
509+
* @param bool $skipFirst whether to skip the first keyword in clause
510510
*
511511
* @return string
512512
*/

tests/Utils/CLITest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ private function getCLI($getopt)
1515
}
1616

1717
/**
18-
* Test that getopt call works
18+
* Test that getopt call works.
1919
*
2020
* We do mock it for other tests to return values we want.
21-
*
22-
* @return void
2321
*/
2422
public function testGetopt()
2523
{

0 commit comments

Comments
 (0)