File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments