Skip to content

Commit

Permalink
Code standards: revert comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed May 9, 2024
1 parent cb658b4 commit 11d150e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ protected function getRawNewspaperPublisherNames() : array {
public function getMatchingTaxTerms(
string $value,
string $field,
string $vocabulary,
string $vocabulary
) : array {
$query = \Drupal::entityQuery('taxonomy_term')
->condition('vid', $vocabulary)
Expand Down Expand Up @@ -562,7 +562,7 @@ protected function setDatesFields() : void {
protected function getDateFieldData(
string $year_string,
string $month_string,
string $day_string,
string $day_string
) : array {
// Case 1 : Date is valid!
if (checkdate((int) $month_string, (int) $day_string, (int) $year_string)) {
Expand Down

0 comments on commit 11d150e

Please sign in to comment.